You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: Missing required argument
on main.tf line 1, in module "elasticache_redis":
1: module "elasticache_redis" {
The argument "destination_cidr_blocks" is required, but no definition was
found.
Workflow: Terraform, Action: __hashicorp_terraform-github-actions_2, Working Directory: examples/complete
Error: Missing required argument
on main.tf line 1, in module "elasticache_redis":
1: module "elasticache_redis" {
The argument "destination_cidr_blocks" is required, but no definition was
found.
Workflow: Terraform, Action: __hashicorp_terraform-github-actions_2, Working Directory: examples/minimal
Error: Unsupported argument
on main.tf line 103, in resource "aws_elasticache_parameter_group" "default":
103: tags = merge({ "Name" = var.name }, var.tags)
An argument named "tags" is not expected here.
Workflow: Terraform, Action: __hashicorp_terraform-github-actions_2, Working Directory: .
Initializing modules...
- elasticache_redis in ../..
Downloading git::https://github.com/tmknom/terraform-aws-vpc.git?ref=tags/2.0.1 for vpc...
- vpc in .terraform/modules/vpc
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
No provider "aws" plugins meet the constraint " ~> 4.1.0,>= 3.40".
The version constraint is derived from the "version" argument within the
provider "aws" block in configuration. Child modules may also apply
provider version constraints. To view the provider versions requested by each
module in the current configuration, run "terraform providers".
To proceed, the version constraints for this provider must be relaxed by
either adjusting or removing the "version" argument in the provider blocks
throughout the configuration.
Warning: registry.terraform.io: This version of Terraform has an outdated GPG key and is unable to verify new provider releases. Please upgrade Terraform to at least 0.12.31 to receive new provider updates. For details see: https://discuss.hashicorp.com/t/hcsec-2021-12-codecov-security-event-and-hashicorp-gpg-key-exposure/23512
Error: no suitable version is available
Workflow: Terraform, Action: __hashicorp_terraform-github-actions, Working Directory: examples/complete
Initializing modules...
- elasticache_redis in ../..
Downloading git::https://github.com/tmknom/terraform-aws-vpc.git?ref=tags/2.0.1 for vpc...
- vpc in .terraform/modules/vpc
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
No provider "aws" plugins meet the constraint " ~> 4.1.0,>= 3.40".
The version constraint is derived from the "version" argument within the
provider "aws" block in configuration. Child modules may also apply
provider version constraints. To view the provider versions requested by each
module in the current configuration, run "terraform providers".
To proceed, the version constraints for this provider must be relaxed by
either adjusting or removing the "version" argument in the provider blocks
throughout the configuration.
Warning: registry.terraform.io: This version of Terraform has an outdated GPG key and is unable to verify new provider releases. Please upgrade Terraform to at least 0.12.31 to receive new provider updates. For details see: https://discuss.hashicorp.com/t/hcsec-2021-12-codecov-security-event-and-hashicorp-gpg-key-exposure/23512
Error: no suitable version is available
Workflow: Terraform, Action: __hashicorp_terraform-github-actions, Working Directory: examples/minimal
Initializing modules...
- elasticache_redis in ../..
Downloading git::https://github.com/tmknom/terraform-aws-vpc.git?ref=tags/2.0.1 for vpc...
- vpc in .terraform/modules/vpc
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
No provider "aws" plugins meet the constraint " ~> 4.1.0,>= 3.40".
The version constraint is derived from the "version" argument within the
provider "aws" block in configuration. Child modules may also apply
provider version constraints. To view the provider versions requested by each
module in the current configuration, run "terraform providers".
To proceed, the version constraints for this provider must be relaxed by
either adjusting or removing the "version" argument in the provider blocks
throughout the configuration.
Warning: registry.terraform.io: This version of Terraform has an outdated GPG key and is unable to verify new provider releases. Please upgrade Terraform to at least 0.12.31 to receive new provider updates. For details see: https://discuss.hashicorp.com/t/hcsec-2021-12-codecov-security-event-and-hashicorp-gpg-key-exposure/23512
Error: no suitable version is available
Workflow: Terraform, Action: __hashicorp_terraform-github-actions, Working Directory: examples/complete
Error: Unsupported argument
on main.tf line 103, in resource "aws_elasticache_parameter_group" "default":
103: tags = merge({ "Name" = var.name }, var.tags)
An argument named "tags" is not expected here.
Workflow: Terraform, Action: __hashicorp_terraform-github-actions_2, Working Directory: .
Initializing modules...
- elasticache_redis in ../..
Downloading git::https://github.com/tmknom/terraform-aws-vpc.git?ref=tags/2.0.1 for vpc...
- vpc in .terraform/modules/vpc
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
No provider "aws" plugins meet the constraint " ~> 4.1.0,>= 3.40".
The version constraint is derived from the "version" argument within the
provider "aws" block in configuration. Child modules may also apply
provider version constraints. To view the provider versions requested by each
module in the current configuration, run "terraform providers".
To proceed, the version constraints for this provider must be relaxed by
either adjusting or removing the "version" argument in the provider blocks
throughout the configuration.
Warning: registry.terraform.io: This version of Terraform has an outdated GPG key and is unable to verify new provider releases. Please upgrade Terraform to at least 0.12.31 to receive new provider updates. For details see: https://discuss.hashicorp.com/t/hcsec-2021-12-codecov-security-event-and-hashicorp-gpg-key-exposure/23512
Error: no suitable version is available
Workflow: Terraform, Action: __hashicorp_terraform-github-actions, Working Directory: examples/minimal
╷
│ Warning: Version constraints inside provider configuration blocks are deprecated
│
│ on providers.tf line 3, in provider "aws":
│ 3: version = "4.67"
│
│ Terraform 0.13 and earlier allowed provider version constraints inside the
│ provider configuration block, but that is now deprecated and will be
│ removed in a future version of Terraform. To silence this warning, move the
│ provider version constraint into the required_providers block.
╵
╷
│ Error: Missing required argument
│
│ on main.tf line 1, in module "elasticache_redis":
│ 1: module "elasticache_redis" {
│
│ The argument "destination_cidr_blocks" is required, but no definition was
│ found.
╵
Workflow: Terraform, Action: __hashicorp_terraform-github-actions_2, Working Directory: examples/complete
╷
│ Warning: Version constraints inside provider configuration blocks are deprecated
│
│ on providers.tf line 3, in provider "aws":
│ 3: version = "4.67"
│
│ Terraform 0.13 and earlier allowed provider version constraints inside the
│ provider configuration block, but that is now deprecated and will be
│ removed in a future version of Terraform. To silence this warning, move the
│ provider version constraint into the required_providers block.
╵
╷
│ Error: Missing required argument
│
│ on main.tf line 1, in module "elasticache_redis":
│ 1: module "elasticache_redis" {
│
│ The argument "destination_cidr_blocks" is required, but no definition was
│ found.
╵
Workflow: Terraform, Action: __hashicorp_terraform-github-actions_2, Working Directory: examples/minimal
╷
│ Warning: Version constraints inside provider configuration blocks are deprecated
│
│ on providers.tf line 3, in provider "aws":
│ 3: version = "4.1.0"
│
│ Terraform 0.13 and earlier allowed provider version constraints inside the
│ provider configuration block, but that is now deprecated and will be
│ removed in a future version of Terraform. To silence this warning, move the
│ provider version constraint into the required_providers block.
╵
╷
│ Error: Missing required argument
│
│ on main.tf line 1, in module "elasticache_redis":
│ 1: module "elasticache_redis" {
│
│ The argument "destination_cidr_blocks" is required, but no definition was
│ found.
╵
Workflow: Terraform, Action: __hashicorp_terraform-github-actions_2, Working Directory: examples/complete
╷
│ Warning: Version constraints inside provider configuration blocks are deprecated
│
│ on providers.tf line 3, in provider "aws":
│ 3: version = "4.1.0"
│
│ Terraform 0.13 and earlier allowed provider version constraints inside the
│ provider configuration block, but that is now deprecated and will be
│ removed in a future version of Terraform. To silence this warning, move the
│ provider version constraint into the required_providers block.
╵
╷
│ Error: Missing required argument
│
│ on main.tf line 1, in module "elasticache_redis":
│ 1: module "elasticache_redis" {
│
│ The argument "destination_cidr_blocks" is required, but no definition was
│ found.
╵
Workflow: Terraform, Action: __hashicorp_terraform-github-actions_2, Working Directory: examples/minimal
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
2 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adicionando tags no recurso aws_elasticache_parameter_group