chore(wpcarro): Drop support for monsterpoker
This never really got off the ground... Change-Id: I3e712174c83c74e78e2886ea80264652e36ea27a Reviewed-on: https://cl.tvl.fyi/c/depot/+/5457 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
2eaec323b0
commit
a37584a562
3 changed files with 0 additions and 49 deletions
|
|
@ -32,20 +32,6 @@ wpcarro.terraform.googleCloudVM {
|
|||
public_ptr_domain_name = "${domainName}.";
|
||||
};
|
||||
};
|
||||
|
||||
# monsterpoker.app
|
||||
resource.google_dns_managed_zone."monsterpoker" = {
|
||||
name = "monsterpoker";
|
||||
dns_name = "monsterpoker.app.";
|
||||
};
|
||||
|
||||
resource.google_dns_record_set."monsterpoker" = {
|
||||
name = "monsterpoker.app.";
|
||||
type = "A";
|
||||
ttl = 300; # 5m
|
||||
managed_zone = "\${google_dns_managed_zone.monsterpoker.name}";
|
||||
rrdatas = [ "\${google_compute_instance.${name}.network_interface[0].access_config[0].nat_ip}" ];
|
||||
};
|
||||
};
|
||||
|
||||
configuration = {
|
||||
|
|
@ -165,11 +151,6 @@ wpcarro.terraform.googleCloudVM {
|
|||
enableACME = true;
|
||||
root = wpcarro.website.root;
|
||||
};
|
||||
"monsterpoker.app" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
root = wpcarro.clients.monsterpoker;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue