Skip to content

Commit ab5a9a5

Browse files
[upstream:4abf95bc8d1b3451af255c59267abd98618838b5] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 957f148 commit ab5a9a5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/11031.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
identityplatform: fixed the planning diff when `sms_region_config` is not set.
3+
```

google-beta/services/identityplatform/resource_identity_platform_config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ email/password or email link.`,
421421
},
422422
"sms_region_config": {
423423
Type: schema.TypeList,
424+
Computed: true,
424425
Optional: true,
425426
Description: `Configures the regions where users are allowed to send verification SMS for the project or tenant. This is based on the calling code of the destination phone number.`,
426427
MaxItems: 1,

0 commit comments

Comments
 (0)