Skip to content

feat: Custom template#23

Open
tkasuz wants to merge 7 commits intomainfrom
feat/custom-template
Open

feat: Custom template#23
tkasuz wants to merge 7 commits intomainfrom
feat/custom-template

Conversation

@tkasuz
Copy link
Copy Markdown
Owner

@tkasuz tkasuz commented Mar 8, 2026

No description provided.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

Plan Result (production)

CI link

Plan: 1 to add, 0 to change, 0 to destroy.
  • Create
    • random_pet.example
Change Result (Click me)
  # random_pet.example will be created
  + resource "random_pet" "example" {
      + id        = (known after apply)
      + length    = 5
      + separator = "-"
    }

Plan: 1 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + pet_name = (known after apply)

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

Plan Result (development)

CI link

Plan: 2 to add, 0 to change, 0 to destroy.
  • Create
    • random_pet.example
    • random_pet.example2
Change Result (Click me)
  # random_pet.example will be created
  + resource "random_pet" "example" {
      + id        = (known after apply)
      + length    = 10
      + separator = "-"
    }

  # random_pet.example2 will be created
  + resource "random_pet" "example2" {
      + id        = (known after apply)
      + length    = 10
      + separator = "-"
    }

Plan: 2 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + pet_name = (known after apply)

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

✅ Plan: No Changes (production)

Show Plan

Plan: 1 to add, 0 to change, 0 to destroy.


Run this plan again:

terraform plan -project=production

CI Details

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

✅ Plan: No Changes (development)

Show Plan

Plan: 2 to add, 0 to change, 0 to destroy.


Run this plan again:

terraform plan -project=development

CI Details

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

Plan Result (production)

CI link

Plan: 1 to add, 0 to change, 0 to destroy.
  • Create
    • random_pet.example
Change Result (Click me)
  # random_pet.example will be created
  + resource "random_pet" "example" {
      + id        = (known after apply)
      + length    = 5
      + separator = "-"
    }

Plan: 1 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + pet_name = (known after apply)

Run this plan again: terraform plan -project=production

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

Plan Result (development)

CI link

Plan: 2 to add, 0 to change, 0 to destroy.
  • Create
    • random_pet.example
    • random_pet.example2
Change Result (Click me)
  # random_pet.example will be created
  + resource "random_pet" "example" {
      + id        = (known after apply)
      + length    = 10
      + separator = "-"
    }

  # random_pet.example2 will be created
  + resource "random_pet" "example2" {
      + id        = (known after apply)
      + length    = 10
      + separator = "-"
    }

Plan: 2 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + pet_name = (known after apply)

Run this plan again: terraform plan -project=development

@tkasuz
Copy link
Copy Markdown
Owner Author

tkasuz commented Mar 8, 2026

terraform apply -project=development

@tkasuz
Copy link
Copy Markdown
Owner Author

tkasuz commented Mar 8, 2026

terraform plan -project=development

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

Plan Result (production)

CI link

Plan: 1 to add, 0 to change, 0 to destroy.
  • Create
    • random_pet.example
Change Result (Click me)
  # random_pet.example will be created
  + resource "random_pet" "example" {
      + id        = (known after apply)
      + length    = 5
      + separator = "-"
    }

Plan: 1 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + pet_name = (known after apply)

Run this plan again:

terraform plan -project=production

Apply this plan:

terraform apply -project=production

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

Plan Result (development)

CI link

Plan: 2 to add, 0 to change, 0 to destroy.
  • Create
    • random_pet.example
    • random_pet.example2
Change Result (Click me)
  # random_pet.example will be created
  + resource "random_pet" "example" {
      + id        = (known after apply)
      + length    = 10
      + separator = "-"
    }

  # random_pet.example2 will be created
  + resource "random_pet" "example2" {
      + id        = (known after apply)
      + length    = 10
      + separator = "-"
    }

Plan: 2 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + pet_name = (known after apply)

Run this plan again:

terraform plan -project=development

Apply this plan:

terraform apply -project=development

@tkasuz
Copy link
Copy Markdown
Owner Author

tkasuz commented Mar 8, 2026

terraform plan -project=development

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

Plan Result (production)

CI link

Plan: 1 to add, 0 to change, 0 to destroy.
  • Create
    • random_pet.example
Change Result (Click me)
  # random_pet.example will be created
  + resource "random_pet" "example" {
      + id        = (known after apply)
      + length    = 5
      + separator = "-"
    }

Plan: 1 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + pet_name = (known after apply)

Run this plan again:

terraform plan -project=production

Apply this plan:

terraform apply -project=production

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

Plan Result (development)

CI link

Plan: 2 to add, 0 to change, 0 to destroy.
  • Create
    • random_pet.example
    • random_pet.example2
Change Result (Click me)
  # random_pet.example will be created
  + resource "random_pet" "example" {
      + id        = (known after apply)
      + length    = 10
      + separator = "-"
    }

  # random_pet.example2 will be created
  + resource "random_pet" "example2" {
      + id        = (known after apply)
      + length    = 10
      + separator = "-"
    }

Plan: 2 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + pet_name = (known after apply)

Run this plan again:

terraform plan -project=development

Apply this plan:

terraform apply -project=development

@tkasuz
Copy link
Copy Markdown
Owner Author

tkasuz commented Mar 8, 2026

terraform plan -project=development

@tkasuz tkasuz force-pushed the feat/custom-template branch from f6094df to 6a05483 Compare March 8, 2026 04:37
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

Plan Result (production)

CI link

Plan: 1 to add, 0 to change, 0 to destroy.
  • Create
    • random_pet.example
Change Result (Click me)
  # random_pet.example will be created
  + resource "random_pet" "example" {
      + id        = (known after apply)
      + length    = 5
      + separator = "-"
    }

Plan: 1 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + pet_name = (known after apply)

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

Plan Result (development)

CI link

Plan: 2 to add, 0 to change, 0 to destroy.
  • Create
    • random_pet.example
    • random_pet.example2
Change Result (Click me)
  # random_pet.example will be created
  + resource "random_pet" "example" {
      + id        = (known after apply)
      + length    = 10
      + separator = "-"
    }

  # random_pet.example2 will be created
  + resource "random_pet" "example2" {
      + id        = (known after apply)
      + length    = 10
      + separator = "-"
    }

Plan: 2 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + pet_name = (known after apply)

@tkasuz
Copy link
Copy Markdown
Owner Author

tkasuz commented Mar 8, 2026

terraform plan -project=development

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

Plan Result (production)

CI link

Plan: 1 to add, 0 to change, 0 to destroy.
  • Create
    • random_pet.example
Change Result (Click me)
  # random_pet.example will be created
  + resource "random_pet" "example" {
      + id        = (known after apply)
      + length    = 5
      + separator = "-"
    }

Plan: 1 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + pet_name = (known after apply)

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

Plan Result (development)

CI link

Plan: 2 to add, 0 to change, 0 to destroy.
  • Create
    • random_pet.example
    • random_pet.example2
Change Result (Click me)
  # random_pet.example will be created
  + resource "random_pet" "example" {
      + id        = (known after apply)
      + length    = 10
      + separator = "-"
    }

  # random_pet.example2 will be created
  + resource "random_pet" "example2" {
      + id        = (known after apply)
      + length    = 10
      + separator = "-"
    }

Plan: 2 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + pet_name = (known after apply)

@tkasuz
Copy link
Copy Markdown
Owner Author

tkasuz commented Mar 8, 2026

terraform plan -project=development

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

Plan Result (production)

CI link

Plan: 1 to add, 0 to change, 0 to destroy.
  • Create
    • random_pet.example
Change Result (Click me)
  # random_pet.example will be created
  + resource "random_pet" "example" {
      + id        = (known after apply)
      + length    = 5
      + separator = "-"
    }

Plan: 1 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + pet_name = (known after apply)

Run this plan again:

terraform plan -project=production

Apply this plan:

terraform apply -project=production

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

Plan Result (development)

CI link

Plan: 2 to add, 0 to change, 0 to destroy.
  • Create
    • random_pet.example
    • random_pet.example2
Change Result (Click me)
  # random_pet.example will be created
  + resource "random_pet" "example" {
      + id        = (known after apply)
      + length    = 10
      + separator = "-"
    }

  # random_pet.example2 will be created
  + resource "random_pet" "example2" {
      + id        = (known after apply)
      + length    = 10
      + separator = "-"
    }

Plan: 2 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + pet_name = (known after apply)

Run this plan again:

terraform plan -project=development

Apply this plan:

terraform apply -project=development

@tkasuz
Copy link
Copy Markdown
Owner Author

tkasuz commented Mar 8, 2026

terraform plan -project=development

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant