diff --git a/.header.md b/.header.md index 6fc8bbc..4657653 100644 --- a/.header.md +++ b/.header.md @@ -32,7 +32,7 @@ S3 Location ```hcl module "s3_location" { - source = "../../modules/datasync-locations" + source = "aws-ia/datasync/aws//modules/datasync-locations" s3_locations = [ { name = "datasync-s3" @@ -53,7 +53,7 @@ EFS Location ```hcl module "efs_location" { - source = "../../modules/datasync-locations" + source = "aws-ia/datasync/aws//modules/datasync-locations" efs_locations = [ { name = "datasync-efs" @@ -81,7 +81,7 @@ Two locations, one as source and other as destination are required for the [Data ```hcl module "backup_tasks" { - source = "../../modules/datasync-task" + source = "aws-ia/datasync/aws//modules/datasync-task" datasync_tasks = [ { name = "efs_to_s3" @@ -168,7 +168,7 @@ Datasync Location and Task Modules are generic and do not have any cross account ```hcl module "s3_dest_location" { - source = "../../modules/datasync-locations" + source = "aws-ia/datasync/aws//modules/datasync-locations" s3_locations = [ { name = "dest-bucket" diff --git a/README.md b/README.md index 8f787f7..9ea861e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ S3 Location ```hcl module "s3_location" { - source = "../../modules/datasync-locations" + source = "aws-ia/datasync/aws//modules/datasync-locations" s3_locations = [ { name = "datasync-s3" @@ -54,7 +54,7 @@ EFS Location ```hcl module "efs_location" { - source = "../../modules/datasync-locations" + source = "aws-ia/datasync/aws//modules/datasync-locations" efs_locations = [ { name = "datasync-efs" @@ -82,7 +82,7 @@ Two locations, one as source and other as destination are required for the [Data ```hcl module "backup_tasks" { - source = "../../modules/datasync-task" + source = "aws-ia/datasync/aws//modules/datasync-task" datasync_tasks = [ { name = "efs_to_s3" @@ -169,7 +169,7 @@ Datasync Location and Task Modules are generic and do not have any cross account ```hcl module "s3_dest_location" { - source = "../../modules/datasync-locations" + source = "aws-ia/datasync/aws//modules/datasync-locations" s3_locations = [ { name = "dest-bucket" diff --git a/VERSION b/VERSION index 649d578..4ac9c32 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -v0.0.2 +v0.0.3