Closed ewbankkit closed 8 months ago
awscc_networkmanager_link
is the only resource that this applies to.
For now, suppress generation.
In https://github.com/hashicorp/terraform-provider-aws/pull/13251 the corresponding attribute is named provider_name
.
There are 4 resources with a top-level Provider
property:
awscc_codepipeline_custom_action_type
awscc_datazone_environment
awscc_datazone_subscription_target
awscc_networkmanager_link
The aws_codepipeline_custom_action_type
and aws_networkmanager_link
resources name this attribute provider_name
. There are not yet any corresponding DataZone resources in terraform-provider-aws
.
Terraform has a handful of meta-arguments such as
provider
that can conflict with top-level properties defined in CloudFormation schemas. In fact theawscc_networkmanager_link
resource has such a conflictingprovider
attribute.Relates:
156