Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write-only property paths containing * #101

Open
ewbankkit opened this issue Aug 16, 2021 · 2 comments
Open

Write-only property paths containing * #101

ewbankkit opened this issue Aug 16, 2021 · 2 comments
Labels
runtime-handling Relates to runtime handling and conversion of Terraform configuration to CloudFormation. upstream-plugin-framework Unable to proceed due to missing or broken functionality from terraform-plugin-framework

Comments

@ewbankkit
Copy link
Contributor

ewbankkit commented Aug 16, 2021

When initializing the provider:

│ - Error getting Resource: Error getting the aws_elasticloadbalancingv2_listener Resource, this is an error in the provider.
│ error creating write-only attribute path (/properties/DefaultActions/*/AuthenticateOidcConfig/ClientSecret): invalid property path segment: "*"

internal/service/cloudformation/schemas/AWS_ElasticLoadBalancingV2_Listener.json:

  "writeOnlyProperties": [
    "/properties/DefaultActions/*/AuthenticateOidcConfig/ClientSecret",
    "/properties/DefaultActions/*/ForwardConfig",
    "/properties/DefaultActions/*/TargetGroupArn"
  ],

Relates:

@ewbankkit
Copy link
Contributor Author

ewbankkit commented Aug 16, 2021

For now comment out generation of the aws_elasticloadbalancingv2_listener and aws_elasticloadbalancingv2_listener_rule Terraform resources.

@ewbankkit ewbankkit added runtime-handling Relates to runtime handling and conversion of Terraform configuration to CloudFormation. upstream-plugin-framework Unable to proceed due to missing or broken functionality from terraform-plugin-framework labels Aug 16, 2021
@PatMyron
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
runtime-handling Relates to runtime handling and conversion of Terraform configuration to CloudFormation. upstream-plugin-framework Unable to proceed due to missing or broken functionality from terraform-plugin-framework
Projects
None yet
Development

No branches or pull requests

2 participants