这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.
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: dtan4/terraforming
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: elizhl/terraforming
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 11 files changed
  • 2 contributors

Commits on May 1, 2020

  1. Changes to aws demo

    elizhl committed May 1, 2020
    Configuration menu
    Copy the full SHA
    12a144f View commit details
    Browse the repository at this point in the history
  2. Add Logic to run terraform refresh

    1. Why is this change necessary?
    We need a way to update the state from v1 to v4. But terraform already
    does this, so a natural way is to use terraform to perform this
    
    2. How does it address the issue?
    This call `terraform refresh` with the use of `terraforming refresh`
    
    3. What side effects does this change have?
    None
    pitakill committed May 1, 2020
    Configuration menu
    Copy the full SHA
    15b1044 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Merge pull request #1 from pitakill/feature/run-terraform-refresh

    Add Logic to run `terraform refresh`
    pitakill authored May 4, 2020
    Configuration menu
    Copy the full SHA
    180c5cf View commit details
    Browse the repository at this point in the history
  2. AWS Demo changes

    elizhl committed May 4, 2020
    Configuration menu
    Copy the full SHA
    5b4f1bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be074a6 View commit details
    Browse the repository at this point in the history
  4. Data file and user_policy

    elizhl committed May 4, 2020
    Configuration menu
    Copy the full SHA
    3e28b53 View commit details
    Browse the repository at this point in the history
Loading