Skip to content

Commit 95cad94

Browse files
authored
Added CI workflows remote test (#7)
1 parent e3c2779 commit 95cad94

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
cd exmaples/complete
4242
terraform init -backend=false -upgrade -reconfigure
4343
terraform validate
44-
# - name: Exmaple Remote Validate
45-
# run: |
46-
# cd exmaples/remote
47-
# terraform init -backend=false -upgrade -reconfigure
48-
# terraform validate
44+
- name: Exmaple Remote Validate
45+
run: |
46+
cd exmaples/remote
47+
terraform init -backend=false -upgrade -reconfigure
48+
terraform validate
4949
5050
tflint:
5151
name: tflint

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ terraform {
1111
}
1212
}
1313

14-
required_version = "~> 1.0"
14+
required_version = "~> 1"
1515
}

0 commit comments

Comments
 (0)