├── .gitignore ├── LICENSE ├── README.md ├── assume_role.sh └── main.tf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opetch/terraform-aws-cli-resource/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opetch/terraform-aws-cli-resource/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opetch/terraform-aws-cli-resource/HEAD/README.md -------------------------------------------------------------------------------- /assume_role.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opetch/terraform-aws-cli-resource/HEAD/assume_role.sh -------------------------------------------------------------------------------- /main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opetch/terraform-aws-cli-resource/HEAD/main.tf --------------------------------------------------------------------------------