-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Description
There is some kind of issue going on with the cidr_blocks outputs for unused features. After first apply, they are lists of nulls, but the second apply they are reported as a planned change, becoming lists of empty strings...
This was tested on the latest matter branch in the complete-vpc example.
Changes to Outputs:
~ database_subnets_ipv6_cidr_blocks = [
- null,
- null,
- null,
+ "",
+ "",
+ "",
]
~ elasticache_subnets_ipv6_cidr_blocks = [
- null,
- null,
- null,
+ "",
+ "",
+ "",
]
~ intra_subnets_ipv6_cidr_blocks = [
- null,
- null,
- null,
+ "",
+ "",
+ "",
]
~ private_subnets_ipv6_cidr_blocks = [
- null,
- null,
- null,
+ "",
+ "",
+ "",
]
~ public_subnets_ipv6_cidr_blocks = [
- null,
- null,
- null,
+ "",
+ "",
+ "",
]
~ redshift_subnets_ipv6_cidr_blocks = [
- null,
- null,
- null,
+ "",
+ "",
+ "",
]
You can apply this plan to save these new output values to the Terraform state, without changing any real infrastructure.
Originally posted by @lorengordon in #737 (comment)
Metadata
Metadata
Assignees
Labels
No labels