We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f26ce1 commit 0ea3186Copy full SHA for 0ea3186
asset-account/terraform/stack-set/examples/self-managed/admin.tf
@@ -1,9 +1,5 @@
1
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 = "../../"
+ source = "../../"
7
8
providers = {
9
aws = aws.admin
asset-account/terraform/stack-set/examples/service-managed/main.tf
template_url = var.template_url
0 commit comments