aws_apprunner_vpc_connector doesn't support update #26426
Labels
bug
Addresses a defect in current functionality.
service/apprunner
Issues and PRs that pertain to the apprunner service.
service/vpc
Issues and PRs that pertain to the vpc service.
tags
Pertains to resource tagging.
I am using
aws_apprunner_service
with theaws_apprunner_vpc_connector
. All works well with the vpc connector as long as tags are not used. The moment tags are added, it throws the following error:Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Just like other resources, the
aws_apprunner_vpc_connector
resource should support updates to the tags.Actual Behavior
Updates to tags are not accepted by
aws_apprunner_vpc_connector
resource.Steps to Reproduce
aws_apprunner_vpc_connector
along with name, subnet, security group and tags.terraform apply
terraform apply
References
apprunner_vpc_connector
The text was updated successfully, but these errors were encountered: