Skip to content

feat: Custom template#23

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

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

Conversation

@tkasuz

@tkasuz tkasuz commented Mar 8, 2026

Copy link
Copy Markdown
Owner

No description provided.

@github-actions

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

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

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

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

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

✅ 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

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

✅ 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

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

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

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

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

tkasuz commented Mar 8, 2026

Copy link
Copy Markdown
Owner Author

terraform apply -project=development

@tkasuz

tkasuz commented Mar 8, 2026

Copy link
Copy Markdown
Owner Author

terraform plan -project=development

@github-actions

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

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

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

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

tkasuz commented Mar 8, 2026

Copy link
Copy Markdown
Owner Author

terraform plan -project=development

@github-actions

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

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

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

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

tkasuz commented Mar 8, 2026

Copy link
Copy Markdown
Owner Author

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

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

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

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

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

tkasuz commented Mar 8, 2026

Copy link
Copy Markdown
Owner Author

terraform plan -project=development

@github-actions

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

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

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

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

tkasuz commented Mar 8, 2026

Copy link
Copy Markdown
Owner Author

terraform plan -project=development

@github-actions

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

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

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

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

tkasuz commented Mar 8, 2026

Copy link
Copy Markdown
Owner Author

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