Skip to content

Commit

Permalink
fix: update source path for new version (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng authored Sep 13, 2024
1 parent 138f342 commit db248d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ provider "aws" {
}

module "aws-managed-cloud" {
source = "github.com/streamnative/terraform-managed-cloud//modules/aws?ref=v3.0.0"
source = "github.com/streamnative/terraform-managed-cloud//modules/aws/vendor-access?ref=v3.15.0"

external_id = "o-kxb4r"
hosted_zone_allowed_ids = ["Z00048871IAX8IX9HGD0"]
Expand Down

0 comments on commit db248d5

Please sign in to comment.