» rightscale_deployment
Use this resource to create, update or destroy RightScale deployments.
» Example Usage
resource "rightscale_deployment" "production_sydney_deployment" {
name = "production_sydney"
description = "Production Operations in Sydney for Red Team"
}
output "sydney_prod_deployment_href" {
value = "${rightscale_deployment.production_sydney_deployment.href}"
}
» Argument Reference
The following arguments are supported:
-
name
- (Required) Deployment name. -
description
- (Optional) Deployment description. -
resource_group_href
- (Optional) Href of the Windows Azure Resource Group attached to the deployment. -
locked
- (Optional) Set to true to lock the deployment. -
server_tag_scope
- (Optional) Routing scope for tags for servers in the deployment. Options are 'account' or 'deployment,' defaults to 'deployment.'
» Attributes Reference
The following attributes are exported: