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
Previously had cloudblock running perfectly, close to a year. Instance has now been stopped by oracle. Needed new keys to connect, so I decided to do that. Partially cleaned, then completely cleaned any mention of cloudblock related resources in oci
went through all the steps, everything is working up until TF needs the last 4 items.
renamed the cloudblock to cloudblk in .tfvars file, and for good measure, changed up the IP subnets just a little
still issues (full log below)
Identity Policy - CreatePolicy (objectstorage-phx-ad-1) does not exist
Core Instance - LaunchInstance (VM.Standard.E2.1.Micro) not found
| Error: 400-InvalidParameter, Service {objectstorage-phx-ad-1} does not exist.
│ Suggestion: Please update the parameter(s) in the Terraform config as per error message Service {objectstorage-phx-ad-1} does not exist.
│ Documentation: https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/identity_policy
│ API Reference: https://docs.oracle.com/iaas/api/#/en/identity/xxx/Policy/CreatePolicy
│ Request Target: POST https://identity.us-phoenix-1.oci.oraclecloud.com/xxx/policies
│ Provider version: 4.112.0, released on 2023-03-15.
│ Service: Identity Policy
│ Operation Name: CreatePolicy
│ OPC request ID: xxx/xxx/xxx
│
│
│ with oci_identity_policy.ph-id-storageobject-policy,
│ on oci-iam.tf line 22, in resource "oci_identity_policy" "ph-id-storageobject-policy":
│ 22: resource "oci_identity_policy" "ph-id-storageobject-policy" {
│
|
|
│ Error: 404-NotAuthorizedOrNotFound, shape VM.Standard.E2.1.Micro not found
│ Suggestion: Either the resource has been deleted or service Core Instance need policy to access this resource. Policy reference: https://docs.oracle.com/en-us/iaas/Content/Identity/Reference/policyreference.htm
│ Documentation: https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/core_instance
│ API Reference: https://docs.oracle.com/iaas/api/#/en/iaas/xxx/Instance/LaunchInstance
│ Request Target: POST https://iaas.us-phoenix-1.oraclecloud.com/xxx/instances
│ Provider version: 4.112.0, released on 2023-03-15.
│ Service: Core Instance
│ Operation Name: LaunchInstance
│ OPC request ID: xxx/xxx/xxx
│
│
│ with oci_core_instance.ph-instance,
│ on oci-instance.tf line 10, in resource "oci_core_instance" "ph-instance":
│ 10: resource "oci_core_instance" "ph-instance" {
│
|
|
│ Error: 404-NotAuthorizedOrFoundKmsKey, Caught RestClientException exception
│ Suggestion: Either the resource has been deleted or service Object Storage Bucket need policy to access this resource. Policy reference: https://docs.oracle.com/en-us/iaas/Content/Identity/Reference/policyreference.htm
│ Documentation: https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/object_storage_bucket
│ API Reference: https://docs.oracle.com/iaas/api/#/en/objectstorage/xxx/Bucket/CreateBucket
│ Request Target: POST https://objectstorage.us-phoenix-1.oraclecloud.com/n/xxx/b
│ Provider version: 4.112.0, released on 2023-03-15.
│ Service: Object Storage Bucket
│ Operation Name: CreateBucket
│ OPC request ID: phx-1:xxx
│
│
│ with oci_objectstorage_bucket.ph-bucket,
│ on oci-storage.tf line 5, in resource "oci_objectstorage_bucket" "ph-bucket":
│ 5: resource "oci_objectstorage_bucket" "ph-bucket" {
│
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
cloudblock
running perfectly, close to a year. Instance has now been stopped by oracle. Needed new keys to connect, so I decided to do that. Partially cleaned, then completely cleaned any mention ofcloudblock
related resources in ocicloudblock
tocloudblk
in.tfvars
file, and for good measure, changed up the IP subnets just a littleBeta Was this translation helpful? Give feedback.
All reactions