You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the issue it is recommended for people who cannot update the aws provider to version 3.10 to use the release 2.69.0 of terraform-aws-vpc.
I am in such situation (upgrading the provider is not trivial, we are working on it but will take us days if not a couple of weeks) and when I try to plan with the 2.69.0 I get the following error:
Error: "service_type": this field cannot be set
on .terraform/modules/this.vpc/vpc-endpoints.tf line 4, in data "aws_vpc_endpoint_service" "s3":
4: data "aws_vpc_endpoint_service" "s3" {
Error: "service_type": this field cannot be set
on .terraform/modules/this.vpc/vpc-endpoints.tf line 45, in data "aws_vpc_endpoint_service" "dynamodb":
45: data "aws_vpc_endpoint_service" "dynamodb" {
This is using the AWS provider 2.70.0. Am I wrong or it is not possible to use this module with a provider below 3.10 after AWS released the S3 PrivateLink interface?
djenniex-bene, eliskovets, rafaelkonrath, sharul121, pierre-borckmans and 1 more