Skip to content

Update main.tf#1

Merged
rochana-atapattu merged 8 commits into
mainfrom
rochana-atapattu-patch-1
Nov 16, 2023
Merged

Update main.tf#1
rochana-atapattu merged 8 commits into
mainfrom
rochana-atapattu-patch-1

Conversation

@rochana-atapattu
Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown

Plan Result (gcp/dev/vm3)

CI link

Plan: 1 to add, 0 to change, 0 to destroy.
  • Create
    • random_string.random
Change Result (Click me)
  # random_string.random will be created
  + resource "random_string" "random" {
      + id               = (known after apply)
      + length           = 16
      + lower            = true
      + min_lower        = 0
      + min_numeric      = 0
      + min_special      = 0
      + min_upper        = 0
      + number           = true
      + numeric          = true
      + override_special = "/@£$"
      + result           = (known after apply)
      + special          = true
      + upper            = true
    }

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

@github-actions
Copy link
Copy Markdown

Plan Result (gcp/dev/vm1)

CI link

Plan: 1 to add, 0 to change, 0 to destroy.
  • Create
    • random_string.random
Change Result (Click me)
  # random_string.random will be created
  + resource "random_string" "random" {
      + id               = (known after apply)
      + length           = 16
      + lower            = true
      + min_lower        = 0
      + min_numeric      = 0
      + min_special      = 0
      + min_upper        = 0
      + number           = true
      + numeric          = true
      + override_special = "/@£$"
      + result           = (known after apply)
      + special          = true
      + upper            = true
    }

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

@rochana-atapattu rochana-atapattu merged commit 7a2c672 into main Nov 16, 2023
@github-actions
Copy link
Copy Markdown

✅ Apply Succeeded (gcp/dev/vm3)

CI link

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
Details (Click me)
random_string.random: Creating...
random_string.random: Creation complete after 0s [id=/DgE$$kql1iqyUu]

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

@github-actions
Copy link
Copy Markdown

✅ Apply Succeeded (gcp/dev/vm1)

CI link

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
Details (Click me)
random_string.random: Creating...
random_string.random: Creation complete after 0s [id=8wIl3vqiOr7B95nq]

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

@rochana-atapattu rochana-atapattu linked an issue Nov 24, 2023 that may be closed by this pull request
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.

Testing CI/CD setup with Null resources

1 participant