Skip to content

Commit 796ec81

Browse files
committed
Refactor examples>test
1 parent 510216e commit 796ec81

File tree

15 files changed

+2
-7
lines changed

15 files changed

+2
-7
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
"AWS_ACCESS_KEY_ID": ${{ secrets.AWS_ACCESS_KEY_ID }}
7777
"AWS_SECRET_ACCESS_KEY": ${{ secrets.AWS_SECRET_ACCESS_KEY }}
7878
run: |
79-
cd examples
79+
cd test
8080
terraform init
8181
terraform plan
8282
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

modules/aws/route53/examples/example.tf renamed to modules/aws/route53/test/test.tf

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ module "example_com" {
55
aliases = [
66
"example.org"
77
]
8-
google_site_verification = {
9-
name = "google-site-verification"
10-
type = "TXT"
11-
records = ["google-site-verification-key"]
12-
},
138
alias_records = {
149
"example.org" = {
1510
foo = {
@@ -31,4 +26,4 @@ module "example_com" {
3126
records = ["1.2.3.4"]
3227
}
3328
}
34-
}
29+
}
File renamed without changes.

0 commit comments

Comments
 (0)