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

Update app-fqdn-rules.tf #1

Merged
merged 1 commit into from
Apr 28, 2024
Merged

Update app-fqdn-rules.tf #1

merged 1 commit into from
Apr 28, 2024

Conversation

rpanzer-devops
Copy link
Collaborator

Description

Add ubuntu.com

Copy link

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Plan 📖failure

Show Plan ``` terraform Running plan in the remote backend. Output will stream here. Pressing Ctrl-C will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/rpanzer-ace/ace-iac-day-two/runs/run-p9SePmhRYR3mrEAb

Waiting for the plan to start...

Terraform v1.8.2
on linux_amd64
Initializing plugins and modules...

Planning failed. Terraform encountered an error while generating this plan.


│ Error: Missing required argument

│ on provider.tf line 1, in provider "aviatrix":
│ 1: provider "aviatrix" {

│ The argument "username" is required, but no definition was found.


│ Error: Missing required argument

│ on provider.tf line 1, in provider "aviatrix":
│ 1: provider "aviatrix" {

│ The argument "controller_ip" is required, but no definition was found.


│ Error: Missing required argument

│ on provider.tf line 1, in provider "aviatrix":
│ 1: provider "aviatrix" {

│ The argument "password" is required, but no definition was found.

Operation failed: failed running terraform plan (exit 1)

</details>
*Pusher: @rpanzer-devops, Action: `pull_request`*

Copy link

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Plan 📖success

Show Plan ``` terraform Running plan in the remote backend. Output will stream here. Pressing Ctrl-C will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/rpanzer-ace/ace-iac-day-two/runs/run-oxxGXrjcrmcuLB5N

Waiting for the plan to start...

Terraform v1.8.2
on linux_amd64
Initializing plugins and modules...
data.aviatrix_spoke_gateway.egress: Reading...
data.aviatrix_spoke_gateway.egress: Read complete after 0s [id=ace-iac-spoke2]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:

  • create

Terraform will perform the following actions:

aviatrix_fqdn.fqdn_filter will be created

  • resource "aviatrix_fqdn" "fqdn_filter" {
    • fqdn_enabled = true

    • fqdn_mode = "white"

    • fqdn_tag = "APP-RULES"

    • id = (known after apply)

    • manage_domain_names = false

    • gw_filter_tag_list {

      • gw_name = "ace-iac-spoke2"
        }
        }

aviatrix_fqdn_tag_rule.tcp["*.aviatrix.com"] will be created

  • resource "aviatrix_fqdn_tag_rule" "tcp" {
    • action = "Base Policy"
    • fqdn = "*.aviatrix.com"
    • fqdn_tag_name = "APP-RULES"
    • id = (known after apply)
    • port = "443"
    • protocol = "tcp"
      }

aviatrix_fqdn_tag_rule.tcp["*.ubuntu.com"] will be created

  • resource "aviatrix_fqdn_tag_rule" "tcp" {
    • action = "Base Policy"
    • fqdn = "*.ubuntu.com"
    • fqdn_tag_name = "APP-RULES"
    • id = (known after apply)
    • port = "80"
    • protocol = "tcp"
      }

aviatrix_fqdn_tag_rule.tcp["aviatrix.com"] will be created

  • resource "aviatrix_fqdn_tag_rule" "tcp" {
    • action = "Base Policy"
    • fqdn = "aviatrix.com"
    • fqdn_tag_name = "APP-RULES"
    • id = (known after apply)
    • port = "80"
    • protocol = "tcp"
      }

aviatrix_fqdn_tag_rule.udp["dns.google.com"] will be created

  • resource "aviatrix_fqdn_tag_rule" "udp" {
    • action = "Base Policy"
    • fqdn = "dns.google.com"
    • fqdn_tag_name = "APP-RULES"
    • id = (known after apply)
    • port = "53"
    • protocol = "udp"
      }

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

</details>
*Pusher: @rpanzer-devops, Action: `pull_request`*

Copy link
Collaborator

@rpanzer-secops rpanzer-secops left a comment

Choose a reason for hiding this comment

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

LGTM

@rpanzer-devops rpanzer-devops merged commit a50e5d0 into main Apr 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants