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

ibm_satellite_location seems to have stopped working #3020

Closed
andrewferrier opened this issue Aug 23, 2021 · 2 comments
Closed

ibm_satellite_location seems to have stopped working #3020

andrewferrier opened this issue Aug 23, 2021 · 2 comments
Labels
service/Satellite Issues related to IBMCloud Satellite

Comments

@andrewferrier
Copy link

Terraform CLI and Terraform IBM Provider Version

Terraform v1.0.5
on darwin_amd64
Provider 1.30

Affected Resource(s)

  • ibm_satellite_location

Terraform Configuration Files

resource "ibm_satellite_location" "location" {
 location          = "location-name"
zones             = ["location-zone-1", "location-zone-2", "location-zone-3"]
managed_from      = "eu-gb"
resource_group_id = ibm_resource_group.group.id

cos_config {
 bucket = ibm_cos_bucket.location_cos_bucket.bucket_name
  region = var.COS_REGION
  }
 }

Debug Output

m_satellite_location.location: Still creating... [13m10s elapsed]
ibm_satellite_location.location: Still creating... [13m20s elapsed]
ibm_satellite_location.location: Still creating... [13m30s elapsed]
ibm_satellite_location.location: Still creating... [13m40s elapsed]
ibm_satellite_location.location: Still creating... [13m50s elapsed]
ibm_satellite_location.location: Still creating... [14m0s elapsed]
╷
│ Error: Error waiting for location (c4htvc5f0is76llhhhr0) to reach ready state: Error Getting location : Not Found
│ {
│     "StatusCode": 404,
│     "Headers": {
│         "Cache-Control": [
│             "max-age=0, no-cache, no-store"
│         ],
│     "Result": {
│         "code": "G0008",
│         "description": "The specified cluster could not be found by name. Provide the cluster ID instead.",
│         "incidentID": "9b2ff909-053b-42d3-98bf-f86598085716",
│         "recoveryCLI": "To list all clusters you have access to, run 'ibmcloud ks cluster ls'.",
│         "type": "General"
│     },
│     "RawResult": null

Expected Behavior

Satellite location is created.

Actual Behavior

Satellite location is not created.

Steps to Reproduce

  1. terraform apply

Does not seem to matter which region is specified.

References

@kavya498 kavya498 added the service/Satellite Issues related to IBMCloud Satellite label Aug 24, 2021
@anilkumarnagaraj
Copy link
Collaborator

@andrewferrier

We have fixed the 404 error in terraform 'ibm_satellite_location' resource. Fix is available in 1.30.1 release
Please try with the latest release and let us know if you have any issues with location creation.

@kavya498
Copy link
Collaborator

Closing this issue..
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/Satellite Issues related to IBMCloud Satellite
Projects
None yet
Development

No branches or pull requests

3 participants