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.
Computed
1 parent e0e2e15 commit 9f4f774Copy full SHA for 9f4f774
internal/service/networkfirewall/firewall_policy_data_source.go
@@ -121,12 +121,12 @@ func dataSourceFirewallPolicy() *schema.Resource {
121
},
122
"override": {
123
Type: schema.TypeList,
124
- Optional: true,
+ Computed: true,
125
Elem: &schema.Resource{
126
Schema: map[string]*schema.Schema{
127
names.AttrAction: {
128
Type: schema.TypeString,
129
130
131
132
0 commit comments