Skip to content

Terraform script to setup the account to provision the dataplane in

License

Notifications You must be signed in to change notification settings

omnistrate/account-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

account-setup

Terraform script to setup your account to provision your services

Setup your AWS account for Omnistrate

Please replace the suffix-from-platform with the ID shown on the create account config screen

cd aws
terraform init
TF_VAR_account_config_identity_id=<suffix-from-platform> terraform apply

Setup your GCP account for Omnistrate

Ensure the following services are enabled (please replace the project-id with your project ID)

then run the following commands:

cd gcp
gcloud auth application-default login
terraform init
TF_VAR_project_id=<project-id> TF_VAR_project_number=<project-number> TF_VAR_account_config_identity_id=<suffix-from-platform> terraform apply

About

Terraform script to setup the account to provision the dataplane in

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages