TMEIT / website

A new website created by and for TMEIT
GNU Affero General Public License v3.0
7 stars 2 forks source link

Fix SSH #133

Closed JustinLex closed 2 years ago

github-actions[bot] commented 2 years ago

Terraform Lint/Plan Results

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Plan 📖success

Terraform Validation 🤖success

Show Plan ``` terraform tls_private_key.terraform_access: Refreshing state... [id=ca7f120683c884d7607764350d41aebb404d6c46] cloudflare_record.pop3: Refreshing state... [id=79e78be342d88f80bcf9d70d39894016] cloudflare_record.webmail: Refreshing state... [id=92cc6bd02b7b112d11af16f18d5c815d] cloudflare_record.autoconfig: Refreshing state... [id=3ca8d6de06c9aae66aca44e0bb5079c1] cloudflare_record.root-aaaa: Refreshing state... [id=eec58a7b6d17f1a40f411efb35d4da22] cloudflare_record.imap: Refreshing state... [id=d4ae42ddae72f1147a2df7642d7645f3] cloudflare_record.smtp: Refreshing state... [id=26a5f1718c42bcbad2e9b062f5f2e35b] cloudflare_record.mx-2: Refreshing state... [id=7539dc716260bb768658d6b61e54740e] cloudflare_record.webbmail: Refreshing state... [id=9f7382c9785e528b7208812bed2d3b7e] cloudflare_record.mx-1: Refreshing state... [id=01b1e5831a61d592bb2a1fb51fc40a47] cloudflare_record._autodiscover_tcp: Refreshing state... [id=36164efc00022c3f9b8b27d575934d5d] cloudflare_record.root-a: Refreshing state... [id=67230061c420690e1f793d5d726fa686] cloudflare_record.mail2: Refreshing state... [id=c78cc2decba919dad8217743abd62989] cloudflare_record.www-a: Refreshing state... [id=e028ff3b7e92c846ef6974e92fcf35ce] cloudflare_zone_settings_override.tmeit-se-settings: Refreshing state... [id=6a806c0199e15cdf23bb3017a90bf149] cloudflare_record.mail: Refreshing state... [id=775a07ffa6de86a6889c797e09d6a44f] cloudflare_record.www-aaaa: Refreshing state... [id=9f7b0d63a18b5513abb8db23ce62cd46] b2_bucket.terraform-state: Refreshing state... [id=c33185c9297d9b5484380d18] hcloud_firewall.myfirewall: Refreshing state... [id=572118] hcloud_server.testnode: Refreshing state... [id=24947957] cloudflare_record.node1: Refreshing state... [id=9a6f412e987c73188f0d31928ce12827] Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create ~ update in-place -/+ destroy and then create replacement Terraform will perform the following actions: # cloudflare_record.node1 will be updated in-place ~ resource "cloudflare_record" "node1" { id = "9a6f412e987c73188f0d31928ce12827" name = "node1" ~ value = "2a01:4f9:c012:4817::1" -> (known after apply) # (10 unchanged attributes hidden) } # hcloud_server.testnode must be replaced -/+ resource "hcloud_server" "testnode" { + backup_window = (known after apply) ~ datacenter = "hel1-dc2" -> (known after apply) ~ id = "24947957" -> (known after apply) ~ ipv4_address = "65.21.151.90" -> (known after apply) ~ ipv6_address = "2a01:4f9:c012:4817::1" -> (known after apply) ~ ipv6_network = "2a01:4f9:c012:4817::/64" -> (known after apply) - labels = {} -> null name = "testnode" ~ status = "running" -> (known after apply) ~ user_data = "FjlCFKidd3CstxN+nzqe8kt+vyw=" -> "PkA0AqF8oerAy89Uz1ZKfy4aI4I=" # forces replacement # (10 unchanged attributes hidden) - public_net { - ipv4 = 0 -> null - ipv4_enabled = true -> null - ipv6 = 0 -> null - ipv6_enabled = true -> null } + public_net { + ipv4 = (known after apply) + ipv4_enabled = true + ipv6 = (known after apply) + ipv6_enabled = true } } # random_string.node_pw will be created + resource "random_string" "node_pw" { + id = (known after apply) + length = 20 + lower = true + min_lower = 0 + min_numeric = 0 + min_special = 0 + min_upper = 0 + number = true + numeric = true + result = (known after apply) + special = true + upper = true } Plan: 2 to add, 1 to change, 1 to destroy. Changes to Outputs: ~ ipv4_address = "65.21.151.90" -> (known after apply) ───────────────────────────────────────────────────────────────────────────── 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. ```

Pushed by: @JustinLex, Action: pull_request