w00kster / mariokart-leaderboard

3 stars 0 forks source link

Try different terraform deploy workflow #16

Closed w00kster closed 1 year ago

github-actions[bot] commented 1 year ago

Terraform plan in infrastructure/mysql/

Plan: 1 to add, 0 to change, 0 to destroy. ```hcl 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: # linode_database_mysql.mariokart-leaderboard will be created + resource "linode_database_mysql" "mariokart-leaderboard" { + allow_list = [ + "180.150.36.8/32", + "193.116.209.48/32", + "220.245.113.214/32", ] + ca_cert = (sensitive value) + cluster_size = 1 + created = (known after apply) + encrypted = false + engine = (known after apply) + engine_id = "************" + host_primary = (known after apply) + host_secondary = (known after apply) + id = (known after apply) + label = "mariokart-leaderboard" + region = "ap-southeast" + replication_type = "none" + root_password = (sensitive value) + root_username = (sensitive value) + ssl_connection = true + status = (known after apply) + type = "g6-nanode-1" + updated = (known after apply) + version = (known after apply) } Plan: 1 to add, 0 to change, 0 to destroy. ```

:x: Error applying plan in Terraform apply #8

github-actions[bot] commented 1 year ago

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Validation 🤖success

Terraform Plan 📖success

Show Plan ``` terraform 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: # linode_database_mysql.mariokart-leaderboard will be created + resource "linode_database_mysql" "mariokart-leaderboard" { + allow_list = [ + "180.150.36.8/32", + "193.116.209.48/32", + "220.245.113.214/32", ] + ca_cert = (sensitive value) + cluster_size = 1 + created = (known after apply) + encrypted = false + engine = (known after apply) + engine_id = "mysql/8.0.30" + host_primary = (known after apply) + host_secondary = (known after apply) + id = (known after apply) + label = "mariokart-leaderboard" + region = "ap-southeast" + replication_type = "none" + root_password = (sensitive value) + root_username = (sensitive value) + ssl_connection = true + status = (known after apply) + type = "g6-nanode-1" + updated = (known after apply) + version = (known after apply) } Plan: 1 to add, 0 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. ```

Pusher: @w00kster, Action: pull_request