Skip to content

custom db instance try#5

Merged
ero67 merged 1 commit intomainfrom
adding-custom-db-instance
Jan 22, 2025
Merged

custom db instance try#5
ero67 merged 1 commit intomainfrom
adding-custom-db-instance

Conversation

@ero67
Copy link
Owner

@ero67 ero67 commented Jan 22, 2025

No description provided.

@github-actions
Copy link

Terraform Format and Style 🖌failure

Terraform Initialization ⚙️success

Terraform Validation 🤖success

Terraform Plan 📖success

Show Plan
module.cloudsql.random_id.db_name_suffix: Refreshing state... [id=QDm1HA]
module.storage.google_storage_bucket.data_pipeline_bucket: Refreshing state... [id=data-pipeline-parquet-teak-gamma-442315-f8]
module.bigquery.google_bigquery_dataset.pipeline_dataset: Refreshing state... [id=projects/teak-gamma-442315-f8/datasets/data_pipeline]
module.cloudsql.google_sql_database_instance.instance: Refreshing state... [id=data-pipeline-4039b51c]
module.storage.google_storage_bucket_object.folders["processed/"]: Refreshing state... [id=data-pipeline-parquet-teak-gamma-442315-f8-processed/]
module.storage.google_storage_bucket_object.folders["raw/"]: Refreshing state... [id=data-pipeline-parquet-teak-gamma-442315-f8-raw/]
module.storage.google_storage_bucket_object.folders["archive/"]: Refreshing state... [id=data-pipeline-parquet-teak-gamma-442315-f8-archive/]
module.cloudsql.google_sql_database.database: Refreshing state... [id=projects/teak-gamma-442315-f8/instances/data-pipeline-4039b51c/databases/pipeline_db]
module.cloudsql.google_sql_user.user: Refreshing state... [id=pipeline_user//data-pipeline-4039b51c]
module.bigquery.google_bigquery_table.processed_data: Refreshing state... [id=projects/teak-gamma-442315-f8/datasets/data_pipeline/tables/processed_data]

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:

  # module.cloudsql.google_sql_database_instance.instance will be updated in-place
  ~ resource "google_sql_database_instance" "instance" {
        id                             = "data-pipeline-4039b51c"
        name                           = "data-pipeline-4039b51c"
        # (14 unchanged attributes hidden)

      ~ settings {
          ~ tier                        = "db-g1-small" -> "db-custom-2-7680"
            # (11 unchanged attributes hidden)

            # (3 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.

@ero67 ero67 merged commit 85bb85e into main Jan 22, 2025
1 check 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.

1 participant