0
0
llucycodes42
This code defines a resource that can be used by a recipe. The name field sets the name of the resource.
Shortcut: tf_chef_data_bag
resource "chef_data_bag" "${MyResource}" {
name = "sampleName"
}
0
0
llucycodes42
This code defines a resource that can be used by a recipe. The name field sets the name of the resource.
Shortcut: tf_chef_data_bag
resource "chef_data_bag" "${MyResource}" {
name = "sampleName"
}