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

[Openscapes] Add new efs for the workshop hub #4530

Merged

Conversation

GeorgianaElena
Copy link
Member

For #4475

@GeorgianaElena
Copy link
Member Author

terraform plan output:

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:

  # aws_efs_backup_policy.hub_homedirs["workshop"] will be created
  + resource "aws_efs_backup_policy" "hub_homedirs" {
      + file_system_id = (known after apply)
      + id             = (known after apply)

      + backup_policy {
          + status = "ENABLED"
        }
    }

  # aws_efs_file_system.hub_homedirs["workshop"] will be created
  + resource "aws_efs_file_system" "hub_homedirs" {
      + arn                     = (known after apply)
      + availability_zone_id    = (known after apply)
      + availability_zone_name  = (known after apply)
      + creation_token          = (known after apply)
      + dns_name                = (known after apply)
      + encrypted               = (known after apply)
      + id                      = (known after apply)
      + kms_key_id              = (known after apply)
      + name                    = (known after apply)
      + number_of_mount_targets = (known after apply)
      + owner_id                = (known after apply)
      + performance_mode        = (known after apply)
      + size_in_bytes           = (known after apply)
      + tags                    = {
          + "Name" = "hub-homedirs-workshop"
        }
      + tags_all                = {
          + "Name" = "hub-homedirs-workshop"
        }
      + throughput_mode         = "bursting"

      + lifecycle_policy {
          + transition_to_primary_storage_class = "AFTER_1_ACCESS"
        }
      + lifecycle_policy {
          + transition_to_ia = "AFTER_90_DAYS"
        }

      + protection (known after apply)
    }

  # aws_efs_mount_target.hub_homedirs["subnet-0048ebd5f1c78fc2f.hub-homedirs-workshop"] will be created
  + resource "aws_efs_mount_target" "hub_homedirs" {
      + availability_zone_id   = (known after apply)
      + availability_zone_name = (known after apply)
      + dns_name               = (known after apply)
      + file_system_arn        = (known after apply)
      + file_system_id         = (known after apply)
      + id                     = (known after apply)
      + ip_address             = (known after apply)
      + mount_target_dns_name  = (known after apply)
      + network_interface_id   = (known after apply)
      + owner_id               = (known after apply)
      + security_groups        = [
          + "sg-00367966724e1205e",
        ]
      + subnet_id              = "subnet-0048ebd5f1c78fc2f"
    }

  # aws_efs_mount_target.hub_homedirs["subnet-0c6a10d3839a0697d.hub-homedirs-workshop"] will be created
  + resource "aws_efs_mount_target" "hub_homedirs" {
      + availability_zone_id   = (known after apply)
      + availability_zone_name = (known after apply)
      + dns_name               = (known after apply)
      + file_system_arn        = (known after apply)
      + file_system_id         = (known after apply)
      + id                     = (known after apply)
      + ip_address             = (known after apply)
      + mount_target_dns_name  = (known after apply)
      + network_interface_id   = (known after apply)
      + owner_id               = (known after apply)
      + security_groups        = [
          + "sg-00367966724e1205e",
        ]
      + subnet_id              = "subnet-0c6a10d3839a0697d"
    }

  # aws_efs_mount_target.hub_homedirs["subnet-0dcca381809b80b79.hub-homedirs-workshop"] will be created
  + resource "aws_efs_mount_target" "hub_homedirs" {
      + availability_zone_id   = (known after apply)
      + availability_zone_name = (known after apply)
      + dns_name               = (known after apply)
      + file_system_arn        = (known after apply)
      + file_system_id         = (known after apply)
      + id                     = (known after apply)
      + ip_address             = (known after apply)
      + mount_target_dns_name  = (known after apply)
      + network_interface_id   = (known after apply)
      + owner_id               = (known after apply)
      + security_groups        = [
          + "sg-00367966724e1205e",
        ]
      + subnet_id              = "subnet-0dcca381809b80b79"
    }

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

Changes to Outputs:
  ~ nfs_server_dns_list       = [
        "fs-05f0845c8a4f0b5a5.efs.us-west-2.amazonaws.com",
      + (known after apply),
    ]

@GeorgianaElena GeorgianaElena merged commit f362a04 into 2i2c-org:main Jul 30, 2024
3 checks passed
@GeorgianaElena GeorgianaElena deleted the openscapes-workshop-efs branch July 30, 2024 13:35
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.

1 participant