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/triton: add machine domain names #7149

Merged
merged 2 commits into from
Jun 26, 2016
Merged

provider/triton: add machine domain names #7149

merged 2 commits into from
Jun 26, 2016

Conversation

sodre
Copy link
Contributor

@sodre sodre commented Jun 13, 2016

Adds domain names assigned by Triton CNS.

Until @jen20 finds a fix for the acceptance test in PR #7130 (triton tags with dots) you have to set triton.cns.services this way:

provider "triton" {
} 

variable "tags" {
  default = {
   triton.cns.services = "my-service"
  }
}
resource "triton_machine" "test" {
  count = 1
  name = "test"
  package = "g4-highcpu-128M"

  # Using minimal-64-lts
  image = "e1faace4-e19b-11e5-928b-83849e2fd94a"

  firewall_enabled = false

  tags="${var.tags}"
}
output "Test Domain Names" {
  value = "${join(", ", triton_machine.test.domain_names)}"
}

 - Includes acceptance test.
@sodre
Copy link
Contributor Author

sodre commented Jun 22, 2016

Hi @stack72, is there anything holding this merge back?

@stack72
Copy link
Contributor

stack72 commented Jun 26, 2016

Hi @sodre

Sorry for the delay here. this LGTM!

Thanks :)

Paul

@stack72 stack72 merged commit 80936e3 into hashicorp:master Jun 26, 2016
mcanevet pushed a commit to mcanevet/terraform that referenced this pull request Jun 27, 2016
* vendor joyent/gosdc/cloudapi

* provider/triton: Add machine domain names

 - Includes acceptance test.
@sodre sodre deleted the f-triton-domain-names branch April 11, 2020 08:31
@ghost
Copy link

ghost commented Apr 12, 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 12, 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.

2 participants