SeaGL / seagl-terraform

Terraform used to maintain SeaGL's VMs, RDS database, DNS, etc.
GNU Affero General Public License v3.0
1 stars 2 forks source link

Revert "Add Jitsi Meet A DNS record" #89

Closed strugee closed 1 week ago

strugee commented 1 week ago

This reverts commit 6565cecd683326060ebfb9e9d1d376846d86101a.

seagl-atlantis[bot] commented 1 week ago

Ran Plan for project: seagl dir: . workspace: default

Show Output ```diff Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: - destroy Terraform will perform the following actions: # aws_route53_record.meet-a will be destroyed # (because aws_route53_record.meet-a is not in configuration) - resource "aws_route53_record" "meet-a" { - fqdn = "meet.seagl.org" -> null - id = "Z0173878287JIU5M4KB8R_meet.seagl.org_A" -> null - multivalue_answer_routing_policy = false -> null - name = "meet.seagl.org" -> null - records = [ - "161.35.238.112", ] -> null - ttl = 300 -> null - type = "A" -> null - zone_id = "Z0173878287JIU5M4KB8R" -> null } Plan: 0 to add, 0 to change, 1 to destroy. ╷ │ Warning: Argument is deprecated │ │ with provider["registry.terraform.io/terraform-provider-openstack/openstack"], │ on provider.tf line 30, in provider "openstack": │ 30: provider "openstack" { │ │ Users not using loadbalancer resources can ignore this message. Support for │ neutron-lbaas will be removed on next major release. Octavia will be the │ only supported method for loadbalancer resources. Users using octavia will │ have to remove 'use_octavia' option from the provider configuration block. │ Users using neutron-lbaas will have to migrate/upgrade to octavia. │ │ (and 5 more similar warnings elsewhere) ╵ ``` * :arrow_forward: To **apply** this plan, comment: * `atlantis apply -p seagl` * :put_litter_in_its_place: To **delete** this plan click [here](https://atlantis.seagl.org/lock?id=SeaGL%252Fseagl-terraform%252F.%252Fdefault) * :repeat: To **plan** this project again, comment: * `atlantis plan -p seagl`

Plan: 0 to add, 0 to change, 1 to destroy.


strugee commented 1 week ago

atlantis apply

seagl-atlantis[bot] commented 1 week ago

Locks and plans deleted for the projects and workspaces modified in this pull request:

seagl-atlantis[bot] commented 1 week ago

Ran Apply for project: seagl dir: . workspace: default

aws_route53_record.meet-a: Destroying... [id=Z0173878287JIU5M4KB8R_meet.seagl.org_A]
aws_route53_record.meet-a: Still destroying... [id=Z0173878287JIU5M4KB8R_meet.seagl.org_A, 10s elapsed]
aws_route53_record.meet-a: Still destroying... [id=Z0173878287JIU5M4KB8R_meet.seagl.org_A, 20s elapsed]
aws_route53_record.meet-a: Still destroying... [id=Z0173878287JIU5M4KB8R_meet.seagl.org_A, 30s elapsed]
aws_route53_record.meet-a: Still destroying... [id=Z0173878287JIU5M4KB8R_meet.seagl.org_A, 40s elapsed]
aws_route53_record.meet-a: Destruction complete after 43s

Apply complete! Resources: 0 added, 0 changed, 1 destroyed.
seagl-atlantis[bot] commented 1 week ago

Automatically merging because all plans have been successfully applied.

seagl-atlantis[bot] commented 1 week ago

Automerging failed:

merging pull request: PUT https://api.github.com/repos/SeaGL/seagl-terraform/pulls/89/merge: 405 Pull Request is not mergeable []