Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #90 from trussworks/replace-circleci-docker-primary
Browse files Browse the repository at this point in the history
Replace circleci-docker-primary with circleci
  • Loading branch information
ralren authored Sep 8, 2020
2 parents 00f5fdc + 510b2fc commit e2f8d5a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2.1

references:
circleci_docker_primary: &circleci_docker_primary trussworks/circleci-docker-primary:822fac1c30f3bb7d5d595bed5d2dc86265c4f2f0
circleci: &circleci trussworks/circleci:29ab89fdada1f85c5d8fb685a2c71660f0c5f60c

jobs:
terratest:
docker:
- image: *circleci_docker_primary
- image: *circleci
steps:
- checkout
- restore_cache:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ Terraform 0.11. Pin module version to ~> 1.0. Submit pull-requests to terraform0

| Name | Version |
|------|---------|
| terraform | ~> 0.12.0 |
| aws | ~> 2.70 |
| terraform | ~> 0.13.0 |
| aws | ~> 3.0 |

## Providers

| Name | Version |
|------|---------|
| aws | ~> 2.70 |
| aws | ~> 3.0 |

## Inputs

Expand Down
3 changes: 0 additions & 3 deletions examples/simple/providers.tf

This file was deleted.

4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

terraform {
required_version = "~> 0.12.0"
required_version = "~> 0.13.0"

required_providers {
aws = "~> 2.70"
aws = "~> 3.0"
}
}

0 comments on commit e2f8d5a

Please sign in to comment.