Skip to content

dev4cloud/terraform-ibm-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add credentials to setupEnvironment.sh first and run source setupEnvironment.sh

Create ssh key first ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

print public key cat ~/.ssh/id_rsa.pub

copy this content into the security.tf file into the public_key variable

Setup terraform to load pluings

terraform init

Plan terraform run terraform plan

Run terraform terraform apply

Destroy all terraform destroy

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published