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

catalystproject-latam: Add a second filstore of 2TB #4375

Merged

Conversation

sgibson91
Copy link
Member

@sgibson91
Copy link
Member Author

tf plan (using targeting to avoid #4374):

Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # google_filestore_instance.homedirs["filestore_b"] will be created
  + resource "google_filestore_instance" "homedirs" {
      + create_time = (known after apply)
      + etag        = (known after apply)
      + id          = (known after apply)
      + location    = "southamerica-east1-c"
      + name        = "latam-homedirs-b"
      + project     = "catalystproject-392106"
      + tier        = "BASIC_HDD"
      + zone        = (known after apply)

      + file_shares {
          + capacity_gb   = 2048
          + name          = "homes"
          + source_backup = (known after apply)
        }

      + networks {
          + connect_mode      = "DIRECT_PEERING"
          + ip_addresses      = (known after apply)
          + modes             = [
              + "MODE_IPV4",
            ]
          + network           = "default"
          + reserved_ip_range = (known after apply)
        }
    }

@sgibson91 sgibson91 merged commit eaaca2f into 2i2c-org:main Jul 8, 2024
4 checks passed
@sgibson91 sgibson91 deleted the catalystproject-latam/add-2nd-filestore branch July 8, 2024 09:56
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.

Create a second filestore instance (of 2TB) for catalystproject-latam
1 participant