cloud_workspace

aws-ia/cloud_workspace/hashicorp

Terraform Module HCL HASHICORP ✓ Verified

Terraform Cloud Workspace

Install
module "cloud_workspace" {
source = "aws-ia/cloud_workspace/hashicorp"
version = "0.0.2"
}
⭐ Source on GitHub 📦 Registry page
README

Terraform Cloud Workspace This module configures your Terraform organization and workspace. Authors: David Wright (dwright@hashicorp.com) and Tony Vattahil (tonynv@amazon.com) Install Terraform To deploy this module, do the following: Install Terraform. (See Install Terraform for a tutorial.) Sign up for Terraform Cloud Sign up and log into Terraform Cloud. (There is a free tier available.) Configure Terraform Cloud API Access Generate terraform cloud token terraform login Export TERRAFORM_CONFIG Variable export TERRAFORM_CONFIG="$HOME/.terraform.d/credentials.tfrc.json" Configure your tfvars file Example tfvars file (replace with AKEY and SKEY) AWS_SECRET_ACCESS_KEY = "***************" AWS_ACCESS_KEY_ID = "*************" AWS_SESSION_TOKEN = "*************" Note: STS-based credentials _are

Inputs (9)
NameTypeDescriptionDefault
AWS_ACCESS_KEY_IDstringAWS_ACCESS_KEY_ID required
AWS_SECRET_ACCESS_KEYstringAWS_SECRET_ACCESS_KEY required
tfe_emailstringEnter a valid email address for terraform cloud notification required
tfe_workspacestringLeave empty for auto creation required
tfe_organizationstringLeave empty for auto creation required
tfe_hostnamestringDefaults to terraform cloud"app.terraform.io"
AWS_SESSION_TOKENstringAWS Session Token (optional but highly recommended)""
working_directorystringSets the working directory""
regionstringterraform region var""
Outputs (3)
tfm-aws-workspace-id — Terraform cloud workspace
tfcloud-org-name — Terraform cloud organization name
tfcloud-workspace-name — Terraform cloud workspace name
Resources (5)
local_filerandom_stringtfe_organizationtfe_variabletfe_workspace
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.2
Cloud HASHICORP
★ Stars6
Forks6
Total downloads2.6k
Inputs9
Outputs3
Resources5
LicenseApache-2.0
Namespaceaws-ia
Updated