pulumi-aws
pulumi-aws copied to clipboard
Update the interface for ECS Container PortMapping with current options
Update the ECS Container PortMapping interface to add in some fields that are in the API but currently missing from the interface. More context provided in the issue #2968.
I have done what felt obvious which was to update the interface. However I'm not really familiar with the full codegen(?) or dev process so I wouldn't be surprised if this is just the first step. Happy to continue further work with a bit of guidance :)
PR is now waiting for a maintainer to run the acceptance tests. Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR
Hello and thank you for your pull request! :heart: :sparkles:
It looks like you're directly modifying files in the language SDKs, many of which are autogenerated.
Be sure any files you're editing do not begin with a code generation warning.
For generated files, you will need to make changes in resources.go instead, and generate the code.
/run-acceptance-tests
Please view the PR build: https://github.com/pulumi/pulumi-aws/actions/runs/8453518971
PR is now waiting for a maintainer to run the acceptance tests. Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR
/run-acceptance-tests
Please view the PR build: https://github.com/pulumi/pulumi-aws/actions/runs/8468147023