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

Add location for each SSM IAM resource #2586

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

lnesteroff
Copy link
Collaborator

Location field was missing causing an error:
│ [
│ {
│ "@type": "type.googleapis.com/google.rpc.BadRequest",
│ "fieldViolations": [
│ {
│ "description": "URL path has empty component",
│ "field": "projects/PROJECT_ID/locations//instances/INSTANCE_ID"
│ }
│ ]
│ }
│ ]


Checklist

I applicable, I acknowledge that I have:

  • Read the contributing guide
  • Ran terraform fmt on all modified files
  • Regenerated the relevant README.md files using tools/tfdoc.py
  • Made sure all relevant tests pass

Location field was missing causing an error
@lnesteroff lnesteroff changed the title Add location for each IAM resource Add location for each SSM IAM resource Sep 20, 2024
Copy link
Collaborator

@ludoo ludoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for spotting and fixing this

@ludoo ludoo enabled auto-merge (squash) September 20, 2024 07:19
@ludoo ludoo merged commit 9817d17 into GoogleCloudPlatform:master Sep 20, 2024
14 checks passed
@lnesteroff lnesteroff deleted the patch-1 branch September 20, 2024 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants