sassoftware / viya4-iac-gcp

This project contains Terraform configuration files to provision infrastructure components required to deploy SAS Viya platform products on Google Cloud
Apache License 2.0
21 stars 17 forks source link

(IAC-875) Revert location value from local.location -> local.zone #158

Closed thpang closed 1 year ago

thpang commented 1 year ago

Terraform Version Details

{
  "terraform_version": "\"1.3.7\"",
  "terraform_revision": "null",
  "terraform_outdated": "false",
  "provider_selections": "{}"
}

Terraform Variable File Details

No response

Steps to Reproduce

When storage type is set to "ha" there is an issue creating the jump server.

Expected Behavior

Jump server should be created without any issues

Actual Behavior

Jump server failure. I don't have the exact issue as the person reporting did not provide and working off of a teams conversation.

Additional Context

No response

References

https://github.com/sassoftware/viya4-iac-gcp/pull/144/files#diff-dc46acf24afd63ef8c556b77c126ccc6e578bc87e3aa09a931f33d9bf2532fbbR68

Code of Conduct

thpang commented 1 year ago

This issue has been fixed with #159