-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
r/iam_saml_provider - add tagging support + validations #17965
Conversation
Verified acceptance tests: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSIAMSamlProvider_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSIAMSamlProvider_ -timeout 120m
=== RUN TestAccAWSIAMSamlProvider_basic
=== PAUSE TestAccAWSIAMSamlProvider_basic
=== RUN TestAccAWSIAMSamlProvider_tags
=== PAUSE TestAccAWSIAMSamlProvider_tags
=== RUN TestAccAWSIAMSamlProvider_disappears
=== PAUSE TestAccAWSIAMSamlProvider_disappears
=== CONT TestAccAWSIAMSamlProvider_basic
=== CONT TestAccAWSIAMSamlProvider_disappears
=== CONT TestAccAWSIAMSamlProvider_tags
--- PASS: TestAccAWSIAMSamlProvider_disappears (12.28s)
--- PASS: TestAccAWSIAMSamlProvider_basic (24.49s)
--- PASS: TestAccAWSIAMSamlProvider_tags (32.42s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 32.505s |
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.
Thank you, @DrFaust92 🚀
Output from acceptance testing in AWS Commercial:
--- PASS: TestAccAWSIAMSamlProvider_disappears (9.84s)
--- PASS: TestAccAWSIAMSamlProvider_basic (20.71s)
--- PASS: TestAccAWSIAMSamlProvider_tags (29.18s)
Output from acceptance testing in AWS GovCloud (US):
--- PASS: TestAccAWSIAMSamlProvider_disappears (16.38s)
--- PASS: TestAccAWSIAMSamlProvider_basic (34.37s)
--- PASS: TestAccAWSIAMSamlProvider_tags (45.99s)
@@ -32,6 +32,7 @@ In addition to all arguments above, the following attributes are exported: | |||
|
|||
* `arn` - The ARN assigned by AWS for this provider. | |||
* `valid_until` - The expiration date and time for the SAML provider in RFC1123 format, e.g. `Mon, 02 Jan 2006 15:04:05 MST`. | |||
* `tags` - Key-value map of tags for the IAM SAML provider. |
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.
Argument, not just attribute 👍 Will fix on merge.
This has been released in version 3.34.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 #17594
Output from acceptance testing: