0
0
llucycodes42
The code defines a resource named "myResourceName" with the following attributes:
name: "myResourceName"
description: "my-description-${myResourceName}"
Shortcut: tf_openstack_fw_firewall_v1
resource "openstack_fw_firewall_v1" "${myResourceName}" {
name = "my-${myResourceName}"
description = "my-description-${myResourceName}"
policy_id = "\${openstack_fw_policy_v1.policy_1.id}"
}