Skip to content

Commit

Permalink
Merge pull request #12 from SCT-Engineering/feature-plan-fix
Browse files Browse the repository at this point in the history
Feature plan fix
  • Loading branch information
patel385 committed Sep 10, 2024
2 parents 7051b79 + 6a664b7 commit fe68252
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.0 (2024-09-10)

### ✨ Features

- **main.tf**: updated to use latest version of aws-efs module and all full platform plan in terragrunt


## 0.1.0 (2024-08-19)

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource "kubernetes_storage_class" "ebs_encrypted" {
module "efs" {
# tflint-ignore: terraform_module_version
# tflint-ignore: terraform_module_pinned_source
source = "git@github.e.it.census.gov:terraform-modules/aws-efs.git"
source = "git@github.e.it.census.gov:terraform-modules/aws-efs.git?ref=master"

name = var.cluster_name
vpc_id = var.vpc_id
Expand Down

0 comments on commit fe68252

Please sign in to comment.