Skip to content

Commit 5a91abe

Browse files
committed
r/aws_iot_domain_configuration: 'application_protocol' and 'authentication_type' are Computed.
1 parent 46f4b8c commit 5a91abe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/service/iot/domain_configuration.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@ func resourceDomainConfiguration() *schema.Resource {
4646
"application_protocol": {
4747
Type: schema.TypeString,
4848
Optional: true,
49+
Computed: true,
4950
ValidateDiagFunc: enum.Validate[awstypes.ApplicationProtocol](),
5051
},
5152
"authentication_type": {
5253
Type: schema.TypeString,
5354
Optional: true,
55+
Computed: true,
5456
ValidateDiagFunc: enum.Validate[awstypes.AuthenticationType](),
5557
},
5658
"authorizer_config": {

0 commit comments

Comments
 (0)