We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c284751 commit 6910895Copy full SHA for 6910895
2 files changed
.github/workflows/challenge5.yaml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
defaults:
20
run:
21
- working-directory: ./challenge5
+ working-directory: challenge5
22
steps:
23
- name: " Github checkout"
24
uses: actions/checkout@v3
challenge5/main.tf
@@ -99,7 +99,6 @@ resource "aws_route_table_association" "association2" {
99
}
100
101
102
-
103
#eks
104
105
module "eks"{
0 commit comments