Skip to content

Commit 0ea3186

Browse files
committed
Use the local path anyway
1 parent 8f26ce1 commit 0ea3186

File tree

2 files changed

+2
-10
lines changed
  • asset-account/terraform/stack-set/examples

2 files changed

+2
-10
lines changed

asset-account/terraform/stack-set/examples/self-managed/admin.tf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
module "elastio_asset_account" {
2-
source = "terraform.cloudsmith.io/public/elastio-asset-account-stack-set/aws"
3-
version = "0.33.0"
4-
5-
# For testing purposes
6-
# source = "../../"
2+
source = "../../"
73

84
providers = {
95
aws = aws.admin

asset-account/terraform/stack-set/examples/service-managed/main.tf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
module "elastio_asset_account" {
2-
source = "terraform.cloudsmith.io/public/elastio-asset-account-stack-set/aws"
3-
version = "0.33.0"
4-
5-
# For testing purposes
6-
# source = "../../"
2+
source = "../../"
73

84
template_url = var.template_url
95

0 commit comments

Comments
 (0)