Skip to content

Commit

Permalink
Fix usgov support for communication services (#27919)
Browse files Browse the repository at this point in the history
* Update email_service_resource.go

Added usgov as option

* Update communication_service_resource.go

added `usgov` as option

* Update communication_service.html.markdown

update documentation

* Update email_communication_service.html.markdown

update documentation

* Update internal/services/communication/email_service_resource.go

* Update internal/services/communication/communication_service_resource.go

---------

Co-authored-by: kt <kt@katbyte.me>
  • Loading branch information
MichaelChristopherson and katbyte authored Nov 9, 2024
1 parent 9bd4684 commit 864de8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func (CommunicationServiceResource) Arguments() map[string]*pluginsdk.Schema {
"UAE",
"UK",
"United States",
"usgov",
}, false),
},

Expand Down
1 change: 1 addition & 0 deletions internal/services/communication/email_service_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func (EmailCommunicationServiceResource) Arguments() map[string]*pluginsdk.Schem
"UAE",
"UK",
"United States",
"usgov",
}, false),
},

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/communication_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following arguments are supported:

---

* `data_location` - (Optional) The location where the Communication service stores its data at rest. Possible values are `Africa`, `Asia Pacific`, `Australia`, `Brazil`, `Canada`, `Europe`, `France`, `Germany`, `India`, `Japan`, `Korea`, `Norway`, `Switzerland`, `UAE`, `UK` and `United States`. Defaults to `United States`. Changing this forces a new Communication Service to be created.
* `data_location` - (Optional) The location where the Communication service stores its data at rest. Possible values are `Africa`, `Asia Pacific`, `Australia`, `Brazil`, `Canada`, `Europe`, `France`, `Germany`, `India`, `Japan`, `Korea`, `Norway`, `Switzerland`, `UAE`, `UK`, `usgov` and `United States`. Defaults to `United States`. Changing this forces a new Communication Service to be created.

* `tags` - (Optional) A mapping of tags which should be assigned to the Communication Service.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/email_communication_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following arguments are supported:

---

* `data_location` - (Required) The location where the Email Communication service stores its data at rest. Possible values are `Africa`, `Asia Pacific`, `Australia`, `Brazil`, `Canada`, `Europe`, `France`, `Germany`, `India`, `Japan`, `Korea`, `Norway`, `Switzerland`, `UAE`, `UK` and `United States`. Changing this forces a new Email Communication Service to be created.
* `data_location` - (Required) The location where the Email Communication service stores its data at rest. Possible values are `Africa`, `Asia Pacific`, `Australia`, `Brazil`, `Canada`, `Europe`, `France`, `Germany`, `India`, `Japan`, `Korea`, `Norway`, `Switzerland`, `UAE`, `UK` `usgov` and `United States`. Changing this forces a new Email Communication Service to be created.

* `tags` - (Optional) A mapping of tags which should be assigned to the Email Communication Service.

Expand Down

0 comments on commit 864de8e

Please sign in to comment.