We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97db0d8 commit 4044aeeCopy full SHA for 4044aee
iterative/resource_machine.go
@@ -122,6 +122,14 @@ func machineSchema() *map[string]*schema.Schema {
122
Optional: true,
123
Default: "",
124
},
125
+ "metadata": &schema.Schema{
126
+ Type: schema.TypeMap,
127
+ ForceNew: true,
128
+ Optional: true,
129
+ Elem: &schema.Schema{
130
+ Type: schema.TypeString,
131
+ },
132
133
}
134
135
iterative/resource_runner.go
@@ -153,6 +153,14 @@ func resourceRunner() *schema.Resource {
153
154
155
156
157
158
159
160
161
162
163
164
165
166
0 commit comments