Skip to content

Commit a8ee999

Browse files
authored
Fixing the site_ssl_settings resource not always showing a difference (#520)
1 parent 27791fc commit a8ee999

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

incapsula/resource_site_ssl_settings.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,14 @@ func resourceSiteSSLSettings() *schema.Resource {
115115
"hsts": {
116116
Type: schema.TypeSet,
117117
Optional: true,
118+
Computed: true,
118119
Elem: &hstsConfigResource,
119120
Set: schema.HashResource(&hstsConfigResource),
120121
},
121122
"inbound_tls_settings": {
122123
Type: schema.TypeSet,
123124
Optional: true,
125+
Computed: true,
124126
Elem: &inboundTLSSettingsResource,
125127
Set: schema.HashResource(&inboundTLSSettingsResource),
126128
},

0 commit comments

Comments
 (0)