-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
time parameter #646
Comments
Some samples of the values that can be used for the TimeSpan fields also wouldn't be missed in the provider documentation. |
@tombuildsstuff, apologies if I've missed something, but I'm a little lost on this issue and why the bug label has been changed to documentation? I have been trying with what I believe are valid TimeSpan formats and still get the following error:-
If this is a documentation issue could you point me at the accepted TimeSpan formats? |
This format seems to be working: P7DT0H0M0.0S |
* Add timespan test cases according to issue #646 * Correct the TimeSpan documentation in sb_queue and sb_topic * Add timespan validation function in sb
Fixed via #1921 |
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. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
This issue was originally opened by @LaneEnglot as hashicorp/terraform#16950. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
Terraform Configuration Files
Output
Expected Behavior
Terraform should have created the que and topic with the correct ttl values...
Actual Behavior
This worked in in .0.10.x, I upgraded and it will not accept the values for TTL.
Steps to Reproduce
Please list the full steps required to reproduce the issue, for example:
terraform init
terraform apply
The text was updated successfully, but these errors were encountered: