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: umotif-public/terraform-aws-backup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.0
Choose a base ref
...
head repository: umotif-public/terraform-aws-backup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 18 files changed
  • 2 contributors

Commits on Dec 22, 2020

  1. Add github actions workflow for Terratest (#6)

    * Introduce Terratest
    
    1. Refactor KMS module to use `data` block for policy
    2. Refactor VPC and subnets to use default vpc
    3. Variablise naming of each resource
    4. Add initial set of tests for Vault
    
    * Test Vault creation only
    
    * Module fix
    
    * golint
    
    * Adjustments to README
    
    * Add github actions workflow for Terratest
    
    * Fix ubuntu version
    Abdul Wahid authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    5fec7d2 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    marcincuber authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    d6990bf View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Update README.md

    Abdul Wahid authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    8f7667b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Cleanup (#7)

    * README updated
    * Removed unused variables
    * Updated Github Actions and Go related modules
    Abdul Wahid authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    d0b5baf View commit details
    Browse the repository at this point in the history
  2. Add continuous backup feature (#8)

    * Add new continuous backup feature
    * Updated examples
    Abdul Wahid authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    b124d74 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Add SNS Notifications to Backup Vault (#10)

    * Add SNS Notifications to Backup Vault
    
    * Revert "Cleanup (#7)"
    
    This reverts commit d0b5baf.
    
    * Update examples
    
    * Change policy documents from json to data sources
    
    * Cleanup IAM policies to be China friendly
    
    * Use a bool for creating sns topic
    
    * Fix conditions + move data sources to data.tf
    Abdul Wahid authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    976339d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Add a missing conditional (#11)

    SNS topic should only be created if both conditions are met
    Abdul Wahid authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    be85256 View commit details
    Browse the repository at this point in the history
Loading