Skip to content

Commit 2c7b895

Browse files
authored
Merge pull request #24 from sourcefuse/GH-22
Upgrade AWS Provider and Terraform Versions
2 parents 40d461c + a2483f1 commit 2c7b895

File tree

8 files changed

+20
-4
lines changed

8 files changed

+20
-4
lines changed
File renamed without changes.
File renamed without changes.

.github/workflows/update-docs.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,17 @@ jobs:
3434
user_email: '[email protected]'
3535
user_name: ${{ github.actor }}
3636
commit_message: ${{ github.event.head_commit.message }}
37+
- name: Pushes to another repository
38+
uses: cpina/github-action-push-to-another-repository@main
39+
env:
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
API_TOKEN_GITHUB: ${{ secrets.ARC_DOCS_API_TOKEN_GITHUB }}
42+
with:
43+
source-directory: 'static'
44+
destination-github-username: 'sourcefuse'
45+
destination-repository-name: 'arc-docs'
46+
target-directory: 'docs/arc-iac-docs/modules/terraform-aws-arc-vpn/static'
47+
user-email: '[email protected]'
48+
user-name: ${{ github.actor }}
49+
target-branch: main
50+
commit-message: ${{ github.event.head_commit.message }}

.terraform-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
latest:^1.4
1+
latest:^1.6

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![Module Structure](./static/banner.png)
2+
13
# [terraform-aws-arc-vpn](https://github.com/sourcefuse/terraform-aws-arc-vpn)
24

35
<a href="https://github.com/sourcefuse/terraform-aws-arc-vpn/releases/latest"><img src="https://img.shields.io/github/release/sourcefuse/terraform-aws-arc-vpn.svg?style=for-the-badge" alt="Latest Release"/></a> <a href="https://github.com/sourcefuse/terraform-aws-arc-vpn/commits"><img src="https://img.shields.io/github/last-commit/sourcefuse/terraform-aws-arc-vpn.svg?style=for-the-badge" alt="Last Updated"/></a> ![Terraform](https://img.shields.io/badge/terraform-%235835CC.svg?style=for-the-badge&logo=terraform&logoColor=white) ![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)

example/.terraform-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
latest:^1.4
1+
latest:^1.6

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
## defaults
33
################################################################################
44
terraform {
5-
required_version = ">= 1.3, < 2.0.0"
5+
required_version = ">= 1.4, < 2.0.0"
66

77
required_providers {
88
aws = {
9-
version = ">= 4.0"
109
source = "hashicorp/aws"
10+
version = ">= 4.0, < 6.0"
1111
}
1212
}
1313
}

static/banner.png

4.24 MB
Loading

0 commit comments

Comments
 (0)