Skip to content

Commit

Permalink
removing matrix . gets errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Apr 25, 2022
1 parent e84e06f commit 45fb510
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ data "aws_partition" "current" {}
################################################
# SSH Key
################################################

locals {
create_aws_key_pair = var.aws_key_pair_id != "" ? true : false
}
Expand Down Expand Up @@ -452,7 +451,7 @@ resource "aws_imagebuilder_infrastructure_configuration" "this" {
}

resource "aws_imagebuilder_image_pipeline" "this" {
image_recipe_arn = aws_imagebuilder_image_recipe.arn
image_recipe_arn = aws_imagebuilder_image_recipe.this.arn
infrastructure_configuration_arn = aws_imagebuilder_infrastructure_configuration.this.arn
name = replace(join("-", [
module.this.id,
Expand Down

0 comments on commit 45fb510

Please sign in to comment.