As part of our introduction to self-service publishing in the Terraform Registry, this copy of the provider has been archived, and ownership has been transferred to active maintainers in the community. Please see the new location on the Terraform Registry: https://registry.terraform.io/providers/kreuzwerker/docker/latest
This should be a quick documentation fix. Something along the lines of a note mentioning that Terraform 12 expects restart_policy to have an equal sign before the opening curly brace.
Terraform Version
Terraform v0.12.17
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Validation passes
Actual Behavior
Validation fails
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform validate
Fix
Change this code:
to this:
Important Factoids
This should be a quick documentation fix. Something along the lines of a note mentioning that Terraform 12 expects
restart_policy
to have an equal sign before the opening curly brace.