-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Added AWS Config Conformance Pack resource #17313
Added AWS Config Conformance Pack resource #17313
Conversation
Hi @ctrawick 👋 Thank you for your work on this PR! In order to expedite the process and get this into our upcoming release, I will likely make some minor adjustments. Make sure that you have checked the box "Allow edits from maintainers." (Don't worry though, you will receive all credit for your contribution and code!) Also, please coordinate with us before making any commits to this branch. Again, thank you for your help and we look forward to this popular addition to the AWS provider! |
4145375
to
dc70059
Compare
dc70059
to
76758ea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again @ctrawick 🚀 !
Output of acceptance tests (commercial):
--- PASS: TestAccAWSConfig_serial (3499.26s)
--- PASS: TestAccAWSConfig_serial/OrganizationCustomRule (12.05s)
--- SKIP: TestAccAWSConfig_serial/OrganizationCustomRule/TriggerTypes (1.95s)
--- SKIP: TestAccAWSConfig_serial/OrganizationCustomRule/basic (0.13s)
--- SKIP: TestAccAWSConfig_serial/OrganizationCustomRule/errorHandling (0.12s)
--- SKIP: TestAccAWSConfig_serial/OrganizationCustomRule/ExcludedAccounts (2.99s)
--- SKIP: TestAccAWSConfig_serial/OrganizationCustomRule/MaximumExecutionFrequency (0.14s)
--- SKIP: TestAccAWSConfig_serial/OrganizationCustomRule/ResourceTypesScope (0.13s)
--- SKIP: TestAccAWSConfig_serial/OrganizationCustomRule/TagKeyScope (0.13s)
--- SKIP: TestAccAWSConfig_serial/OrganizationCustomRule/TagValueScope (0.13s)
--- SKIP: TestAccAWSConfig_serial/OrganizationCustomRule/disappears (5.58s)
--- SKIP: TestAccAWSConfig_serial/OrganizationCustomRule/Description (0.13s)
--- SKIP: TestAccAWSConfig_serial/OrganizationCustomRule/InputParameters (0.13s)
--- SKIP: TestAccAWSConfig_serial/OrganizationCustomRule/LambdaFunctionArn (0.13s)
--- SKIP: TestAccAWSConfig_serial/OrganizationCustomRule/ResourceIdScope (0.35s)
--- PASS: TestAccAWSConfig_serial/OrganizationManagedRule (17.08s)
--- SKIP: TestAccAWSConfig_serial/OrganizationManagedRule/RuleIdentifier (2.89s)
--- SKIP: TestAccAWSConfig_serial/OrganizationManagedRule/TagKeyScope (0.79s)
--- SKIP: TestAccAWSConfig_serial/OrganizationManagedRule/TagValueScope (0.12s)
--- SKIP: TestAccAWSConfig_serial/OrganizationManagedRule/basic (5.49s)
--- SKIP: TestAccAWSConfig_serial/OrganizationManagedRule/disappears (0.14s)
--- SKIP: TestAccAWSConfig_serial/OrganizationManagedRule/errorHandling (0.12s)
--- SKIP: TestAccAWSConfig_serial/OrganizationManagedRule/ExcludedAccounts (0.12s)
--- SKIP: TestAccAWSConfig_serial/OrganizationManagedRule/ResourceTypesScope (0.86s)
--- SKIP: TestAccAWSConfig_serial/OrganizationManagedRule/Description (6.17s)
--- SKIP: TestAccAWSConfig_serial/OrganizationManagedRule/InputParameters (0.12s)
--- SKIP: TestAccAWSConfig_serial/OrganizationManagedRule/MaximumExecutionFrequency (0.13s)
--- SKIP: TestAccAWSConfig_serial/OrganizationManagedRule/ResourceIdScope (0.13s)
--- PASS: TestAccAWSConfig_serial/RemediationConfiguration (349.60s)
--- PASS: TestAccAWSConfig_serial/RemediationConfiguration/basic (82.70s)
--- PASS: TestAccAWSConfig_serial/RemediationConfiguration/disappears (80.57s)
--- PASS: TestAccAWSConfig_serial/RemediationConfiguration/recreates (94.59s)
--- PASS: TestAccAWSConfig_serial/RemediationConfiguration/updates (91.74s)
--- PASS: TestAccAWSConfig_serial/Config (836.18s)
--- PASS: TestAccAWSConfig_serial/Config/scopeTagKey (89.58s)
--- PASS: TestAccAWSConfig_serial/Config/scopeTagValue (90.77s)
--- PASS: TestAccAWSConfig_serial/Config/tags (103.63s)
--- PASS: TestAccAWSConfig_serial/Config/basic (79.25s)
--- PASS: TestAccAWSConfig_serial/Config/customlambda (111.90s)
--- PASS: TestAccAWSConfig_serial/Config/importLambda (120.10s)
--- PASS: TestAccAWSConfig_serial/Config/ownerAws (79.81s)
--- PASS: TestAccAWSConfig_serial/Config/importAws (81.37s)
--- PASS: TestAccAWSConfig_serial/Config/scopeTagKeyEmpty (79.76s)
--- PASS: TestAccAWSConfig_serial/ConfigurationRecorderStatus (145.23s)
--- PASS: TestAccAWSConfig_serial/ConfigurationRecorderStatus/basic (34.74s)
--- PASS: TestAccAWSConfig_serial/ConfigurationRecorderStatus/startEnabled (74.71s)
--- PASS: TestAccAWSConfig_serial/ConfigurationRecorderStatus/importBasic (35.78s)
--- PASS: TestAccAWSConfig_serial/ConfigurationRecorder (102.06s)
--- PASS: TestAccAWSConfig_serial/ConfigurationRecorder/allParams (32.96s)
--- PASS: TestAccAWSConfig_serial/ConfigurationRecorder/importBasic (35.00s)
--- PASS: TestAccAWSConfig_serial/ConfigurationRecorder/basic (34.10s)
--- PASS: TestAccAWSConfig_serial/ConformancePack (1936.62s)
--- PASS: TestAccAWSConfig_serial/ConformancePack/basic (130.50s)
--- PASS: TestAccAWSConfig_serial/ConformancePack/forceNew (258.31s)
--- PASS: TestAccAWSConfig_serial/ConformancePack/inputParameters (129.64s)
--- PASS: TestAccAWSConfig_serial/ConformancePack/S3Delivery (137.50s)
--- PASS: TestAccAWSConfig_serial/ConformancePack/S3Template (140.32s)
--- PASS: TestAccAWSConfig_serial/ConformancePack/S3TemplateAndTemplateBody (139.88s)
--- PASS: TestAccAWSConfig_serial/ConformancePack/updateInputParameters (200.73s)
--- PASS: TestAccAWSConfig_serial/ConformancePack/updateS3Template (244.06s)
--- PASS: TestAccAWSConfig_serial/ConformancePack/updateTemplateBody (236.78s)
--- PASS: TestAccAWSConfig_serial/ConformancePack/disappears (127.68s)
--- PASS: TestAccAWSConfig_serial/ConformancePack/updateS3Delivery (191.22s)
--- PASS: TestAccAWSConfig_serial/DeliveryChannel (100.43s)
--- PASS: TestAccAWSConfig_serial/DeliveryChannel/basic (33.20s)
--- PASS: TestAccAWSConfig_serial/DeliveryChannel/allParams (32.94s)
--- PASS: TestAccAWSConfig_serial/DeliveryChannel/importBasic (34.30s)
PASS
This has been released in version 3.28.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Relates #11098
Output from acceptance testing: