Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove circular deprecation warning #163

Merged
merged 1 commit into from
Feb 28, 2022
Merged

Remove circular deprecation warning #163

merged 1 commit into from
Feb 28, 2022

Conversation

dgrenner
Copy link
Contributor

The other actions don't have this, so seems to be copied from the var deprecationMessage.

The other actions don't have this, so seems to be copied from the var deprecationMessage.
@github-actions
Copy link

github-actions bot commented Feb 17, 2022

Terraform plan for pull_request_target

Plan: 1 to add, 0 to change, 0 to destroy. Changes to Outputs.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # random_string.my_string will be created
  + resource "random_string" "my_string" {
      + id          = (known after apply)
      + length      = 11
      + lower       = true
      + min_lower   = 0
      + min_numeric = 0
      + min_special = 0
      + min_upper   = 0
      + number      = true
      + result      = (known after apply)
      + special     = true
      + upper       = true
    }

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

Changes to Outputs:
  + output_string = "the_string"

✅ Plan applied in pull_request_target test #310

@dflook dflook merged commit 2ca878f into dflook:master Feb 28, 2022
@dflook
Copy link
Owner

dflook commented Feb 28, 2022

Thanks @dgrenner, this has been released in v1.22.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants