Skip to content

Commit

Permalink
add default tags for ease of removal later
Browse files Browse the repository at this point in the history
  • Loading branch information
Syuqri authored and Syuqri committed Dec 9, 2023
1 parent 73f60ef commit 12b0825
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
provider "aws" {
region = "ap-southeast-1"
profile = "network-basics"
}

default_tags {
tags = {
Created-For = "network-basics-tutorial"
}
}
}

0 comments on commit 12b0825

Please sign in to comment.