Skip to content

Commit

Permalink
app (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns authored May 13, 2022
1 parent ff2a442 commit 05a87bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
resource "aws_s3_bucket" "b" {
bucket = "my-tf-test-bucket"
tags = {
mycompany.com.department = "finance"
}
}
5 changes: 5 additions & 0 deletions variable.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
variable "mycompany.com/policy-version" {
type = string
# renovate: policy
default = "1.0.0"
}

0 comments on commit 05a87bc

Please sign in to comment.