Skip to content

Commit

Permalink
add status attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Jul 5, 2023
1 parent 512ba90 commit bbf2e8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/service/sns/sms_sandbox_phone_number.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ func ResourceSMSSandboxPhoneNumber() *schema.Resource {
Computed: true,
ValidateDiagFunc: enum.Validate[types.SyntaxLanguageCode](),
},
"status": {
Type: schema.TypeString,
Computed: true,
},
},
}
}
Expand Down

0 comments on commit bbf2e8f

Please sign in to comment.