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

fix:19791 correcting the warnings and errors of main.tf #6

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jun 12, 2023

  1. Update main.tf

    Modifying the "aws_eip" resource
    arathysn authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    06f8f11 View commit details
    Browse the repository at this point in the history
  2. Update main.tf

    removed unsupported arguments
    arathysn authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    4f48056 View commit details
    Browse the repository at this point in the history
  3. Update variables.tf

    Adding new variables
    arathysn authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    e3a618a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. fix: 19791: removed unused variables

    arathysn committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    eed387e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. fix: 19791: removing the unwanted arguments

    arathysn committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    6f7669d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. fix: 19791: removed the examples directory

    arathysn committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    bd0bae9 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Update main.tf

      lifecycle {
        ignore_changes = [
          tags["Supported_Environment"]
        ]
      }
    Woolersuk authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5254733 View commit details
    Browse the repository at this point in the history