Skip to content

Conversation

@rochana-atapattu
Copy link
Collaborator

No description provided.

@github-actions

This comment has been minimized.

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

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

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.

2 participants