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 memory/cpu typo in gke cluster module #1016

Merged
merged 1 commit into from
Nov 27, 2022

Conversation

heaton-dev
Copy link
Contributor

Resolves:

> terraform  apply  /var/tmp/1000/terraform/26c67a5d-6df1-48ef-b802-69c0ae4a0209.tfplan
module.cluster.google_container_cluster.cluster: Creating...
╷
│ Error: googleapi: Error 400: Duplicate resource: cpu., badRequest
│ 
│   with module.cluster.google_container_cluster.cluster,
│   on fabric/modules/gke-cluster/main.tf line 17, in resource "google_container_cluster" "cluster":
│   17: resource "google_container_cluster" "cluster" {
│ 
╵

@google-cla
Copy link

google-cla bot commented Nov 27, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

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 this!

@ludoo ludoo changed the title Fix memory typo Fix memory/cpu typo in gke cluster module Nov 27, 2022
@ludoo ludoo merged commit 9fa381f into GoogleCloudPlatform:master Nov 27, 2022
@heaton-dev heaton-dev deleted the gke-fix-typo branch November 27, 2022 18:08
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