Skip to content

Commit

Permalink
fix: warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
amanverma678 committed Nov 19, 2024
1 parent 62b4efa commit d7c6c6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/aws_managed/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ terraform {
null = {
source = "hashicorp/null"
version = ">= 3.0.0"
}
}
}
1 change: 1 addition & 0 deletions examples/aws_managed_with_fargate/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ terraform {
null = {
source = "hashicorp/null"
version = ">= 3.0.0"
}
}
}
1 change: 1 addition & 0 deletions examples/complete/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ terraform {
null = {
source = "hashicorp/null"
version = ">= 3.0.0"
}
}
}

0 comments on commit d7c6c6c

Please sign in to comment.