Unverified Commit 9582cc2d authored by Laura Pacilio's avatar Laura Pacilio Committed by GitHub
Browse files

Remove unnecessary version note

parent 0d35127e
Showing with 0 additions and 2 deletions
+0 -2
......@@ -260,8 +260,6 @@ value and thus perform no type conversion whatsoever.
## Optional Object Type Attributes
-> **Note:** Optional object type attributes are supported only in Terraform v1.3 and later.
Terraform typically returns an error when it does not receive a value for specified object attributes. When you mark an attribute as optional, Terraform instead inserts a default value for the missing attribute. This allows the receiving module to describe an appropriate fallback behavior.
To mark attributes as optional, use the `optional` modifier in the object type constraint. The following example creates optional attribute `b` and optional attribute with a default value `c`.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment