-
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
New Resource: aws_storagegateway_gateway #5208
Conversation
Removes unreleased and invalid aws_storagegateway_gateway_activation_key data source -- the activation key is not accessible after gateway activation
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.
otherwise LGTM 👍
The following arguments are supported: | ||
|
||
* `gateway_name` - (Required) Name of the gateway. | ||
* `gateway_timezone` - (Required) Time zone for the gateway. The time zone is of the format "GMT-hr:mm" or "GMT+hr:mm". For example, `GMT-4:00` indicates the time is 4 hours behind GMT. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule. |
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.
can this be UTC in addition to GMT? should also mention this can just be GMT
?
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.
When using UTC
I receive an error from the API 😄 aws_storagegateway_gateway.test: error activating Storage Gateway Gateway: InvalidGatewayRequestException: The specified request contains invalid parameters.
-- I will add "GMT"
as a valid option in documentation!
Not asked probably worth noting that given the API reference, I would be a little hesitant to implement strict plan time validation for ^GMT
😅
A value that indicates the time zone you want to set for the gateway. The time zone is of the format "GMT-hr:mm" or "GMT+hr:mm". For example, GMT-4:00 indicates the time is 4 hours behind GMT. GMT+2:00 indicates the time is 2 hours ahead of GMT. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 10.
This has been released in version 1.28.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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! |
Reference: #943
Changes proposed in this pull request:
aws_storagegateway_gateway_activation_key
data source -- the activation key is not accessible after gateway activationaws_storagegateway_gateway
Output from acceptance testing: