Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysss authored Jul 5, 2021
1 parent 1f67e90 commit e27ce36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ provider "aws" {
}

module "s3-webapp" {
source = "app.terraform.io/hashicorp-learn/s3-webapp/aws"
source = "app.terraform.io/soltysss/s3-webapp/aws"
name = var.name
region = var.region
prefix = var.prefix
Expand Down

0 comments on commit e27ce36

Please sign in to comment.