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

Storage account to store terraform state is getting created in EastUS region #7

Open
sanketnagdive opened this issue Feb 22, 2024 · 2 comments

Comments

@sanketnagdive
Copy link
Collaborator

sanketnagdive commented Feb 22, 2024

It is observed that storage account to store the terraform state is getting created in eastus. Any specific reason to use eastus region for terraform storage backend?
As all the infra is getting created in Central India region, can we have this storage account also created in Central India region?
cc @gandham-santhosh @mohitga @vinukumar-vs @santhosh-tg @keshavprasadms

@mohitga
Copy link

mohitga commented Feb 23, 2024

@keshavprasadms look at this and can be take from a variable instead hardcoding it to eastus.

@beepdot
Copy link
Contributor

beepdot commented Feb 26, 2024

Its fine to keep it in eastus also since its just terraform state file and doesn't container any other data or cause any issue or slowness. But if you prefer to change, please update this line - https://github.com/project-sunbird/sunbird-ed-installer/blob/release-6.0.0/terraform/azure/template/create_tf_backend.sh#L11
You can also get creative and read this input from terraform variables if required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants