Skip to content
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

provider/azurerm: Add example of VNET to VNET Peering #14338

Merged
merged 87 commits into from
May 11, 2017

Conversation

anniehedgpeth
Copy link
Contributor

CI: Build Status

This example provisions and deploys the following resources into an Azure subscription:

  • Resource Group
  • 2 VNETs w/1 subnet ea
  • VNET peering for each VNET

CI process:

terraform get, validate, plan to output, apply output, show
validate with azure CLI
terraform destroy

anniehedgpeth and others added 30 commits April 17, 2017 19:07
…t script, added mac specific deployment for local testing
* initial commit - 101-vm-from-user-image
* added tfvars and info for README
* added CI config; added sane defaults for variables; updated deployment script, added mac specific deployment for local testing
* prep for PR
@anniehedgpeth anniehedgpeth changed the title provider/azurerm: Example of VNET to VNET Peering provider/azurerm: Add example of VNET to VNET Peering May 10, 2017
Copy link
Contributor

@tombuildsstuff tombuildsstuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @anniehedgpeth

Thanks for this PR - I've reviewed and left some comments inline, but it otherwise looks good :)

Thanks!

# client_id = "REPLACE-WITH-YOUR-CLIENT-ID"
# client_secret = "REPLACE-WITH-YOUR-CLIENT-SECRET"
# tenant_id = "REPLACE-WITH-YOUR-TENANT-ID"
# }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this file can be removed since it's integrated into the main.tf?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's gone now. :)

# hostname = "myvm"
# dns_name = "mydnsname"
# location = "southcentralus"
# admin_password = "T3rr@f0rmP@ssword"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we can remove this file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's gone now.

## outputs.tf
This data is outputted when `terraform apply` is called, and can be queried using the `terraform output` command.

## provider.tf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this file can be removed since the contents are in the main.tf?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed the README; let me know what you think.

@stack72
Copy link
Contributor

stack72 commented May 11, 2017

LGTM - thanks for the followup work here :)

@stack72 stack72 merged commit 5ed7f16 into hashicorp:master May 11, 2017
@anniehedgpeth anniehedgpeth deleted the hashi-201-vnet-to-vnet-peering branch June 16, 2017 14:05
@ghost
Copy link

ghost commented Apr 8, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants