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

Error when region = "us-sanjose-1" #22

Closed
jcconnell opened this issue Jan 4, 2021 · 2 comments
Closed

Error when region = "us-sanjose-1" #22

jcconnell opened this issue Jan 4, 2021 · 2 comments

Comments

@jcconnell
Copy link

I configured my home region as San Jose because it was geographically closest to my location. Setting the region to us-sanjose-1 returns the following error:

Error: Invalid index

  on main.tf line 120, in resource "oci_core_instance" "wirehole_instance":
 120:     source_id   = var.instance_image_ocid[var.region]
    |----------------
    | var.instance_image_ocid is map of string with 24 elements
    | var.region is "us-sanjose-1"

The given key does not identify an element in this collection value.

Switching the region to "us-phoenix-1" returns a 401 error:

Error: Service error:NotAuthenticated. The required information to complete authentication was not provided or was incorrect.. http status code: 401. Opc request id: {removed}, The service for this resource encountered an error. Please contact support for help with that service

  on main.tf line 139, in data "oci_identity_availability_domain" "ad":
 139: data "oci_identity_availability_domain" "ad" {
@marleyjaffe
Copy link

marleyjaffe commented Apr 25, 2021

Here is a list of your timezone options. Wikipedia Link Use the value listed in the TZ database name field.

@IAmStoxe
Copy link
Owner

IAmStoxe commented Jun 2, 2021

We also do not support the terraform scripts here.

@IAmStoxe IAmStoxe closed this as completed Jun 2, 2021
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