You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a resource type supports the custom timeouts mechanism, the special timeouts block should be accepted within a configuration block for it, and the values passed through to the provider to actually implement those timeouts.
Actual Behavior
In Terraform v0.12-alpha1, the bundled providers do not report that they accept this special block type and so including a block of this type in the configuration will incorrectly fail validation.
Workaround
To work around this for the purposes of v0.12-alpha1 testing, the only recourse for the moment is to temporarily remove the timeouts block from any resource blocks that have it.
The text was updated successfully, but these errors were encountered:
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Mar 31, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform Configuration Files
Expected Behavior
When a resource type supports the custom timeouts mechanism, the special
timeouts
block should be accepted within a configuration block for it, and the values passed through to the provider to actually implement those timeouts.Actual Behavior
In Terraform v0.12-alpha1, the bundled providers do not report that they accept this special block type and so including a block of this type in the configuration will incorrectly fail validation.
Workaround
To work around this for the purposes of v0.12-alpha1 testing, the only recourse for the moment is to temporarily remove the
timeouts
block from any resource blocks that have it.The text was updated successfully, but these errors were encountered: