Skip to content

Commit

Permalink
Merge pull request #93 from cisagov/improvement/use-new-hardening-role
Browse files Browse the repository at this point in the history
Use new hardening role
  • Loading branch information
jsf9k authored Dec 21, 2023
2 parents f267922 + 5c832bd commit 529d8e8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ roles:
- name: freeipa_client
src: https://github.com/cisagov/ansible-role-freeipa-client
- name: harden
src: https://github.com/cisagov/ansible-role-hardening
src: https://github.com/cisagov/ansible-role-hardening-2
- name: htop
src: https://github.com/cisagov/ansible-role-htop
- name: nvme
Expand Down
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.7"
__version__ = "0.3.8"
14 changes: 10 additions & 4 deletions terraform-build-user/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@ terraform {
# major version currently being used. This practice will help us
# avoid unwelcome surprises.
required_providers {
# Version 3.38.0 of the Terraform AWS provider is the first
# version to support default tags.
# https://www.hashicorp.com/blog/default-tags-in-the-terraform-aws-provider
# Version 4.9 of the Terraform AWS provider made changes to the S3 bucket
# refactor that is in place for versions 4.0-4.8 of the provider. With v4.9
# only non-breaking changes and deprecation notices are introduced. Using
# this version will simplify migration to the new, broken out AWS S3 bucket
# configuration resources. Please see
# https://github.com/hashicorp/terraform-provider-aws/pull/23985
# for more information about the changes in v4.9 and
# https://www.hashicorp.com/blog/terraform-aws-provider-4-0-refactors-s3-bucket-resource
# for more information about the S3 bucket refactor.
aws = {
source = "hashicorp/aws"
version = "~> 3.38"
version = "~> 4.9"
}
}
}
14 changes: 10 additions & 4 deletions terraform-post-packer/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@ terraform {
# major version currently being used. This practice will help us
# avoid unwelcome surprises.
required_providers {
# Version 3.38.0 of the Terraform AWS provider is the first
# version to support default tags.
# https://www.hashicorp.com/blog/default-tags-in-the-terraform-aws-provider
# Version 4.9 of the Terraform AWS provider made changes to the S3 bucket
# refactor that is in place for versions 4.0-4.8 of the provider. With v4.9
# only non-breaking changes and deprecation notices are introduced. Using
# this version will simplify migration to the new, broken out AWS S3 bucket
# configuration resources. Please see
# https://github.com/hashicorp/terraform-provider-aws/pull/23985
# for more information about the changes in v4.9 and
# https://www.hashicorp.com/blog/terraform-aws-provider-4-0-refactors-s3-bucket-resource
# for more information about the S3 bucket refactor.
aws = {
source = "hashicorp/aws"
version = "~> 3.38"
version = "~> 4.9"
}
}
}

0 comments on commit 529d8e8

Please sign in to comment.