if we have to define 3 builders from different services azure, gcp,aws here we can provisioner will run on all builders if we want to run on specific builder then we can use only parameter "only": ["prod-team","test-team"] { "builders": [ { "name": "test-team", "type": "amazon-ebs", "access_key": "AUGQ", "secret_key": "Kaurid", "region": "us-east-1", "instance_type": "t2.micro", "source_ami": "ami-02e136e904f3da870", "ssh_username": "ec2-user", "ami_name": "test-team-{{timestamp}}" }, ...
Terraform is an open-source infrastructure as code software tool that provides a consistent CLI workflow to manage hundreds of cloud services
Comments
Post a Comment