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 an availability monitor #16

Merged
merged 3 commits into from
May 21, 2024
Merged

Add an availability monitor #16

merged 3 commits into from
May 21, 2024

Conversation

joecorall
Copy link
Member

Issue ID

#12

Copy link

github-actions bot commented May 21, 2024

Terraform Plan 📖

Show Plan
google_monitoring_uptime_check_config.availability["crayfits"]: Refreshing state... [id=projects/libops-public-microservices/uptimeCheckConfigs/crayfits-availability-7_McV0cG3IU]
google_monitoring_uptime_check_config.availability["houdini"]: Refreshing state... [id=projects/libops-public-microservices/uptimeCheckConfigs/houdini-availability--pm76nfsbjw]
google_monitoring_uptime_check_config.availability["homarus"]: Refreshing state... [id=projects/libops-public-microservices/uptimeCheckConfigs/homarus-availability--pm76nfsbNM]
google_monitoring_uptime_check_config.availability["hypercube"]: Refreshing state... [id=projects/libops-public-microservices/uptimeCheckConfigs/hypercube-availability-uj2slOcnzdY]

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_monitoring_uptime_check_config.availability["crayfits"] will be updated in-place
  ~ resource "google_monitoring_uptime_check_config" "availability" {
        id               = "projects/libops-public-microservices/uptimeCheckConfigs/crayfits-availability-7_McV0cG3IU"
        name             = "projects/libops-public-microservices/uptimeCheckConfigs/crayfits-availability-7_McV0cG3IU"
      ~ period           = "300s" -> "3m"
        # (7 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

  # google_monitoring_uptime_check_config.availability["homarus"] will be updated in-place
  ~ resource "google_monitoring_uptime_check_config" "availability" {
        id               = "projects/libops-public-microservices/uptimeCheckConfigs/homarus-availability--pm76nfsbNM"
        name             = "projects/libops-public-microservices/uptimeCheckConfigs/homarus-availability--pm76nfsbNM"
      ~ period           = "300s" -> "3m"
        # (7 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

  # google_monitoring_uptime_check_config.availability["houdini"] will be updated in-place
  ~ resource "google_monitoring_uptime_check_config" "availability" {
        id               = "projects/libops-public-microservices/uptimeCheckConfigs/houdini-availability--pm76nfsbjw"
        name             = "projects/libops-public-microservices/uptimeCheckConfigs/houdini-availability--pm76nfsbjw"
      ~ period           = "300s" -> "3m"
        # (7 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

  # google_monitoring_uptime_check_config.availability["hypercube"] will be updated in-place
  ~ resource "google_monitoring_uptime_check_config" "availability" {
        id               = "projects/libops-public-microservices/uptimeCheckConfigs/hypercube-availability-uj2slOcnzdY"
        name             = "projects/libops-public-microservices/uptimeCheckConfigs/hypercube-availability-uj2slOcnzdY"
      ~ period           = "300s" -> "3m"
        # (7 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

Plan: 0 to add, 4 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.

@joecorall joecorall merged commit 3dfed9d into main May 21, 2024
2 checks passed
@joecorall joecorall deleted the availability branch May 21, 2024 09:18
joecorall added a commit that referenced this pull request May 21, 2024
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.

1 participant