Skip to content

Create main.tf#6

Open
rochana-atapattu wants to merge 4 commits into
mainfrom
new-network
Open

Create main.tf#6
rochana-atapattu wants to merge 4 commits into
mainfrom
new-network

Conversation

@rochana-atapattu
Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions

This comment has been minimized.

@@ -0,0 +1,5 @@
resource "random_string" "random" {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [tflint] <terraform_required_providers> reported by reviewdog 🐶
Missing version constraint for provider "random" in required_providers

@github-actions
Copy link
Copy Markdown

Plan Result (gcp/dev/networking)

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.

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