Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: idealo/terraform-aws-opensearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: idealo/terraform-aws-opensearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 26, 2024

  1. Copy the full SHA
    687ba3e View commit details

Commits on Oct 28, 2024

  1. build(deps): bump terraform-docs/gh-actions from 1.1.0 to 1.2.0 (#64)

    Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.1.0 to 1.2.0.
    - [Release notes](https://github.com/terraform-docs/gh-actions/releases)
    - [Commits](terraform-docs/gh-actions@v1.1.0...v1.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: terraform-docs/gh-actions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 28, 2024
    Copy the full SHA
    570f8a1 View commit details
  2. build(deps): update terraform-aws-modules/acm/aws requirement from ~>…

    … 5.0.0 to ~> 5.1.0 (#65)
    
    Updates the requirements on [terraform-aws-modules/acm/aws](https://github.com/terraform-aws-modules/terraform-aws-acm) to permit the latest version.
    - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-acm/releases)
    - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-acm/blob/master/CHANGELOG.md)
    - [Commits](terraform-aws-modules/terraform-aws-acm@v5.0.0...v5.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: terraform-aws-modules/acm/aws
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 28, 2024
    Copy the full SHA
    8fa1ec3 View commit details

Commits on Nov 13, 2024

  1. build(deps): bump terraform-docs/gh-actions from 1.2.0 to 1.3.0 (#66)

    Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.2.0 to 1.3.0.
    - [Release notes](https://github.com/terraform-docs/gh-actions/releases)
    - [Commits](terraform-docs/gh-actions@v1.2.0...v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: terraform-docs/gh-actions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 13, 2024
    Copy the full SHA
    0fe2539 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/docs.yml
  2. +1 −1 main.tf
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}

- name: Terraform Docs
uses: terraform-docs/gh-actions@v1.0.0
uses: terraform-docs/gh-actions@v1.3.0
with:
config-file: .terraform-docs.yml
git-commit-message: "docs(readme): update terraform documentation"
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ moved {
module "acm" {
count = (var.custom_endpoint_certificate_arn != "") ? 0 : 1
source = "terraform-aws-modules/acm/aws"
version = "~> 5.0.0"
version = "~> 5.1.0"

domain_name = local.custom_endpoint
zone_id = data.aws_route53_zone.opensearch.id