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

(Core-160) version deleted from aws provider #185

Merged
merged 2 commits into from
Nov 19, 2021
Merged

Conversation

igorkotof
Copy link
Contributor

@igorkotof igorkotof commented Nov 18, 2021

It's required for TF v1.0 upgrade

So versions.tf file should be updated with:

terraform {
  required_providers {
    aws = {
      source  = "hashicorp/aws"
      version = "~> 3.0"
    }

@github-actions
Copy link

github-actions bot commented Nov 18, 2021

Unit Test Results

1 files  ±0  1 suites  ±0   37s ⏱️ -8s
9 tests ±0  9 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit b05b1c1. ± Comparison against base commit 38c409f.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@kobrikx kobrikx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@igorkotof igorkotof merged commit e762d01 into master Nov 19, 2021
@igorkotof igorkotof deleted the tf14-upgrate branch November 19, 2021 06:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants