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

Fix typo in Kubernetes YAML architecture template #821

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Conversation

cnunciato
Copy link
Contributor

The template currently contains a typo that results in the following error:

Diagnostics:
  pulumi:pulumi:Stack (kubernetes-gcp-yaml-72f8d81-dev):
    Error: error resolving type of resource gke-nodepool-sa: unable to find resource type "gcp:serviceAccount:Account" in resource provider "gcp"
      on Pulumi.yaml line 79:
      79:     type: gcp:serviceAccount:Account

Should be serviceaccount, not serviceAccount.

Fixes #793.

@cnunciato cnunciato requested a review from a team August 9, 2024 19:59
@cnunciato cnunciato enabled auto-merge (squash) August 9, 2024 20:15
@cnunciato cnunciato merged commit d73ca1d into master Oct 11, 2024
6 checks passed
@cnunciato cnunciato deleted the cnunciato/793 branch October 11, 2024 19:17
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

Successfully merging this pull request may close these issues.

pulumi gcp yaml example is broke
2 participants