You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Changes
- Resolves#4054
- Resolves#4152
- Add optional argument `aws_partition` to all aws policy data sources
to allow usage in all aws partitions
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
- [x] relevant change in `docs/` folder
- [x] covered with integration tests in `internal/acceptance`
- [x] relevant acceptance tests are passing
- [ ] using Go SDK
Configuration
Expected Behavior
Arns generated are in the govcloud partition with the govcloud AWS ARN
Actual Behavior
Steps to Reproduce
terraform apply
-->Terraform and provider versions
1.51.0
Is it a regression?
unknown
Debug Output
Important Factoids
This is for us-gov-west-1 it's obvious the code here is not partition aware:
terraform-provider-databricks/aws/data_aws_bucket_policy.go
Line 33 in b827aec
Would you like to implement a fix?
No
Use-cases
Attempting to deploy databricks to govcloud.
Attempted Solutions
I just couldn't use data sources in the policies, had to generate them myself.
Proposal
The provider should alter the output based on paritition to support govcloud.
References
#4054
The text was updated successfully, but these errors were encountered: