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 9d49212 commit a689f17Copy full SHA for a689f17
internal/provider/resource_tfe_registry_module.go
@@ -95,6 +95,7 @@ func resourceTFERegistryModule() *schema.Resource {
95
"tags": {
96
Type: schema.TypeBool,
97
Optional: true,
98
+ Computed: true,
99
},
100
101
@@ -125,11 +126,13 @@ func resourceTFERegistryModule() *schema.Resource {
125
126
"test_config": {
127
Type: schema.TypeList,
128
129
130
Elem: &schema.Resource{
131
Schema: map[string]*schema.Schema{
132
"tests_enabled": {
133
134
135
136
137
138
0 commit comments