Skip to content

Commit bfcf84b

Browse files
fix: updated a directory structure
1 parent 57d98e1 commit bfcf84b

File tree

11 files changed

+3
-3
lines changed

11 files changed

+3
-3
lines changed

_examples/complete/http-api-gateway/example.tf renamed to _examples/http-api-gateway/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module "lambda" {
7575
## API GATEWAY
7676
####----------------------------------------------------------------------------------
7777
module "api_gateway" {
78-
source = "../../../"
78+
source = "../../."
7979

8080
name = local.name
8181
environment = local.environment

_examples/complete/private-rest-api-gateway/example.tf renamed to _examples/private-rest-api-gateway/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ module "security_group" {
193193
####----------------------------------------------------------------------------------
194194

195195
module "rest_api_private" {
196-
source = "../../../"
196+
source = "../../."
197197

198198
name = "${local.name}-rest-api-private"
199199
environment = local.environment

_examples/complete/rest-api-gateway/example.tf renamed to _examples/rest-api-gateway/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module "lambda" {
7777
####----------------------------------------------------------------------------------
7878

7979
module "rest_api" {
80-
source = "../../../"
80+
source = "../../."
8181

8282
name = "${local.name}-rest-api"
8383
environment = local.environment

0 commit comments

Comments
 (0)