Skip to content

Commit

Permalink
Reference from git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
felixzieger authored Sep 22, 2023
1 parent cefa5a5 commit d859401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic-aws-integration/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ provider "aws" {
}

module "meshplatform" {
source = "../../"
source = "git::https://github.com/meshcloud/terraform-aws-meshplatform.git"
# note: for production use we recommend using a pinned version of the module like so
# source = "git::https://github.com/meshcloud/terraform-aws-meshplatform.git?ref=v0.2.0"

Expand Down

0 comments on commit d859401

Please sign in to comment.