-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addition of Azure Resource Manager provider terraform configuration #704
base: master
Are you sure you want to change the base?
Conversation
can we take out the provider from the name, so its just terraform/azurerm |
No problem, folder name updated |
|
||
variable "subnet_cidr_block" { | ||
description = "CIDR for private subnet" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably want to have some defaults for location
, vn_cidr_block
and subnet_cidr_block
@heywoodj can we change any names referring to slave to agent please |
…into azure_rmprovider
default = "mesosimages-container" | ||
} | ||
|
||
variable "atlas_artifact_master" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we're not using atlas anymore - we're using the latest CoreOS images looks like you pulled code from an out of date branch
…into azure_rmprovider
Addition of Azure terraform configuration using the resource manager provider.