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

update machine time #2

Merged
merged 1 commit into from
Apr 30, 2023
Merged

update machine time #2

merged 1 commit into from
Apr 30, 2023

Conversation

dangreenlee
Copy link
Owner

No description provided.

@dangreenlee dangreenlee temporarily deployed to dev April 30, 2023 18:22 — with GitHub Actions Inactive
@github-actions
Copy link

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Validation 🤖success

Terraform Plan 📖success

Show Plan
google_compute_firewall.example_firewall: Refreshing state... [id=projects/dev-381421/global/firewalls/example-firewall]
google_compute_instance.example: Refreshing state... [id=projects/dev-381421/zones/us-west1-a/instances/example-instance]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # google_compute_instance.example will be updated in-place
  ~ resource "google_compute_instance" "example" {
        id                   = "projects/dev-381421/zones/us-west1-a/instances/example-instance"
      ~ machine_type         = "n1-standard-1" -> "f1-micro"
        name                 = "example-instance"
        tags                 = []
        # (16 unchanged attributes hidden)

        # (4 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

Action: pull_request

@dangreenlee dangreenlee merged commit 522a700 into main Apr 30, 2023
1 check passed
@dangreenlee dangreenlee deleted the change-machine-type branch April 30, 2023 18:23
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.

None yet

1 participant