Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform: Init sandbox env #70

Merged
merged 2 commits into from
Nov 20, 2020
Merged

Terraform: Init sandbox env #70

merged 2 commits into from
Nov 20, 2020

Conversation

SarahJaine
Copy link
Collaborator

@SarahJaine SarahJaine commented Nov 19, 2020

Description of change
Create terraform sandbox env. This moved up in our queue because I need a way to test out service bindings in pursuit of HHS#149, and service binding are created on application deployments. Our method for testing application deployment changes has been to use the sandbox application deployments. Therefore, I need the sandbox terraform env to exist.

How to test
See tf plan in comments

Issue(s)

Checklist

  • Meets issue criteria
  • Code tested
  • [n/a] Meets accessibility standards (WCAG 2.1 Levels A, AA)
  • [n/a] Documentation updated - Documentation for terraform is pretty robust, I didn't add anything new

@SarahJaine
Copy link
Collaborator Author

Terraform plan output

An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # cloudfoundry_service_instance.database will be created
  + resource "cloudfoundry_service_instance" "database" {
      + id               = (known after apply)
      + name             = "ttahub-sandbox"
      + recursive_delete = false
      + service_plan     = "5ed9f319-4c75-4851-9885-598a96b7febc"
      + space            = "23d98919-d859-490d-bb30-b737915fbf48"
    }

Plan: 1 to add, 0 to change, 0 to destroy.

@SarahJaine SarahJaine merged commit 337e58b into main Nov 20, 2020
@SarahJaine SarahJaine deleted the sj-tf-sandbox-init branch November 20, 2020 18:56
@SarahJaine
Copy link
Collaborator Author

Terraform applied successfully

rahearn added a commit that referenced this pull request Nov 23, 2020
* main: (38 commits)
  CD: Bind RDS instance (#71)
  Update test
  init sandbox tf env (#70)
  Remove comments
  Update tests
  Update tests
  Update tests
  Add constants; other changes
  Remove unused import
  Remove placeholder and unnecessary fragment
  Remove max workers
  Add deletions after each test
  Remove comment
  Update api doc
  Add user admin validation
  Add forgotten change
  Create the admin API doc
  Set sandbox branch
  Add multiselect component
  Update the erd diagram
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants