Sha256: 6a58bd8d96c2308a1ef449fd1e3f30de390a055e4f3f8db4b6cdb7fc34dd233d
Contents?: true
Size: 1.61 KB
Versions: 6
Compression:
Stored size: 1.61 KB
Contents
### Good test examples. All should work mod "sg", source: "terraform-aws-modules/security-group/aws" # terraform registry public example clone_with "https" mod "webapp", source: "app.terraform.io/demo-qa/s3-webapp/aws" #, clone_with: "https" # private terraform registry example # github, gitlab, bitbucket examples mod "example1", source: "git@bitbucket.org:tongueroo/example-module.git" mod "example2", source: "git@gitlab.com:tongueroo/example-module" mod "pet1", source: "tongueroo/pet" mod "pet2", source: "https://github.com/tongueroo/pet" org "tongueroo" mod "pet3", source: "pet" # inferred org mod "subfolder1", source: "git@github.com:tongueroo/example-module", subfolder: "subfolder" mod "subfolder2", source: "git@github.com:tongueroo/example-module//subfolder" mod "subfolder3", source: "https://github.com/tongueroo/example-module//subfolder" ## HERE mod "subfolder4", source: "tongueroo/example-module//subfolder" mod "subfolder5", source: "tongueroo/example-module//subfolder?ref=7d73efb16aa09ef8c77f3ff3e6bbbeb9ce321865" mod "local1", source: "/home/ec2-user/environment/downloads/example-module" mod "local2", source: "./example-module" mod "local3", source: "~/environment/infra-terrafile/example-module" org "tongueroo" mod "pet3", source: "pet" # inferred org mod "demo1", source: "s3::https://s3-us-west-2.amazonaws.com/demo-terraform-test/modules/example-module.tgz" mod "demo2", source: "s3::https://s3-us-west-2.amazonaws.com/demo-terraform-test/modules/example-module.tgz//subfolder" mod "demo3", source: "gcs::https://www.googleapis.com/storage/v1/terraform-example-modules/modules/example-module.zip//subfolder"
Version data entries
6 entries across 6 versions & 1 rubygems