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

Terraform gcp vm size internal variables #270

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

mpagot
Copy link
Collaborator

@mpagot mpagot commented Sep 4, 2024

2 commits PR: more details in the 2 commit messages

Ticket : https://jira.suse.com/browse/TEAM-7678

Verifications

No functional changes in this commit.
Change variable name in all module from machine_type to vm_size.
Adapt accordingly the module main and the top level main.
Add configurability for Monitor, the only one was missing a variable for
the machine type.
Remove all the default values for vm_size, at module level.
This commit does not result in any API or functional change for the end
user.
variable "machine_type_monitor_server" {
description = "VM size for the monitor server machine"
type = string
default = "custom-1-2048"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Copy link
Collaborator

@BillAnastasiadis BillAnastasiadis left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@alvarocarvajald alvarocarvajald left a comment

Choose a reason for hiding this comment

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

LGTM

@alvarocarvajald alvarocarvajald merged commit 83a0360 into SUSE:main Sep 4, 2024
8 checks passed
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.

3 participants