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

README update #24

Merged
merged 1 commit into from
Aug 11, 2024
Merged

README update #24

merged 1 commit into from
Aug 11, 2024

Conversation

jarrod-lowe
Copy link
Owner

No description provided.

Copy link

github-actions bot commented Aug 11, 2024

Terraform plan in terraform/environment/wildsea
With backend config: bucket=terraform-state-021891603679 key=primary/terraform.tfstate region=ap-southeast-2

With variables

environment       = "primary"
saml_metadata_url = (sensitive value)
Plan: 1 to add, 0 to change, 1 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create
-   destroy

Terraform will perform the following actions:

  # aws_dynamodb_table.table will be destroyed
  # (because aws_dynamodb_table.table is not in configuration)
-   resource "aws_dynamodb_table" "table" {
-       arn                         = "arn:aws:dynamodb:ap-southeast-2:021891603679:table/Wildsea-primary" -> null
-       billing_mode                = "PAY_PER_REQUEST" -> null
-       deletion_protection_enabled = true -> null
-       hash_key                    = "PK" -> null
-       id                          = "Wildsea-primary" -> null
-       name                        = "Wildsea-primary" -> null
-       range_key                   = "SK" -> null
-       read_capacity               = 0 -> null
-       stream_enabled              = false -> null
-       table_class                 = "STANDARD" -> null
-       tags                        = {
-           "Name" = "Wildsea-primary"
        } -> null
-       tags_all                    = {
-           "Application" = "Wildsea-primary"
-           "Name"        = "Wildsea-primary"
        } -> null
-       write_capacity              = 0 -> null
#        (3 unchanged attributes hidden)

-       attribute {
-           name = "PK" -> null
-           type = "S" -> null
        }
-       attribute {
-           name = "SK" -> null
-           type = "S" -> null
        }

-       point_in_time_recovery {
-           enabled = true -> null
        }

-       ttl {
-           enabled        = false -> null
#            (1 unchanged attribute hidden)
        }
    }

  # module.wildsea.aws_dynamodb_table.table will be created
+   resource "aws_dynamodb_table" "table" {
+       arn                         = (known after apply)
+       billing_mode                = "PAY_PER_REQUEST"
+       deletion_protection_enabled = true
+       hash_key                    = "**"
+       id                          = (known after apply)
+       name                        = "Wildsea-primary"
+       range_key                   = "**"
+       read_capacity               = (known after apply)
+       stream_arn                  = (known after apply)
+       stream_label                = (known after apply)
+       stream_view_type            = (known after apply)
+       tags                        = {
+           "Name" = "Wildsea-primary"
        }
+       tags_all                    = {
+           "Application" = "Wildsea-primary"
+           "Name"        = "Wildsea-primary"
        }
+       write_capacity              = (known after apply)

+       attribute {
+           name = "PK"
+           type = "S"
        }
+       attribute {
+           name = "SK"
+           type = "S"
        }

+       point_in_time_recovery {
+           enabled = true
        }

+       server_side_encryption (known after apply)

+       ttl (known after apply)
    }

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

❌ Error applying plan in Environment Main - Apply #20

@jarrod-lowe jarrod-lowe merged commit 991019e into main Aug 11, 2024
2 checks passed
@jarrod-lowe jarrod-lowe deleted the work branch August 11, 2024 07:03
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