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
Using this project from Resource Manager Templates in the Madrid Region. When checking "Enable Vault Support", "Use Existing Vault?" and selecting a value from the dropdown, Terraform apply fails with error:
oci_kms_key.ods-key[0]: Creating...
Error: Post "https://........oci.oraclecloud.com/20180608/keys": dial tcp: lookup ...1.oci.oraclecloud.com on 169.254.169.254:53: no such host
on iam.tf line 94, in resource "oci_kms_key" "ods-key"
94: resource "oci_kms_key" "ods-key" {
The last thing the script did before failing was creating a vault. Hence, ignoring the value specified in the dropdown:
oci_kms_vault.ods-vault[0]: Still creating... [10s elapsed]
oci_kms_vault.ods-vault[0]: Still creating... [20s elapsed]
oci_kms_vault.ods-vault[0]: Still creating... [30s elapsed]
oci_kms_vault.ods-vault[0]: Still creating... [40s elapsed]
oci_kms_vault.ods-vault[0]: Creation complete after 44s [id=ocid1.vault.oc1....]
The text was updated successfully, but these errors were encountered:
Using this project from Resource Manager Templates in the Madrid Region. When checking "Enable Vault Support", "Use Existing Vault?" and selecting a value from the dropdown, Terraform apply fails with error:
oci_kms_key.ods-key[0]: Creating...
Error: Post "https://........oci.oraclecloud.com/20180608/keys": dial tcp: lookup ...1.oci.oraclecloud.com on 169.254.169.254:53: no such host
on iam.tf line 94, in resource "oci_kms_key" "ods-key"
94: resource "oci_kms_key" "ods-key" {
The last thing the script did before failing was creating a vault. Hence, ignoring the value specified in the dropdown:
oci_kms_vault.ods-vault[0]: Still creating... [10s elapsed]
oci_kms_vault.ods-vault[0]: Still creating... [20s elapsed]
oci_kms_vault.ods-vault[0]: Still creating... [30s elapsed]
oci_kms_vault.ods-vault[0]: Still creating... [40s elapsed]
oci_kms_vault.ods-vault[0]: Creation complete after 44s [id=ocid1.vault.oc1....]
The text was updated successfully, but these errors were encountered: