Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support skipping region validation #812

Closed
carpenterm opened this issue Aug 4, 2023 · 1 comment · Fixed by #814
Closed

Support skipping region validation #812

carpenterm opened this issue Aug 4, 2023 · 1 comment · Fixed by #814
Labels
enhancement New feature or request is:triaged Indicates that an issue has been reviewed.

Comments

@carpenterm
Copy link
Contributor

What problem are you facing?

Terraform provider-aws supports the field skip_region_validation to enable the use of custom regions in local deployments such as Localstack and Minio, but this is not supported in upbound/provider-aws

How could Official AWS Provider help solve your problem?

Enable the skip_region_validation field via the AWS ProviderConfig e.g.

apiVersion: aws.upbound.io/v1beta1
kind: ProviderConfig
metadata:
  name: local
spec:
  ...
  skip_region_validation: true
```
@carpenterm carpenterm added enhancement New feature or request needs:triage labels Aug 4, 2023
@turkenf turkenf added is:triaged Indicates that an issue has been reviewed. and removed needs:triage labels Aug 4, 2023
@turkenf
Copy link
Collaborator

turkenf commented Aug 7, 2023

PR opened by @carpenterm: #814

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request is:triaged Indicates that an issue has been reviewed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants