Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0f3dff1

Browse files
committed
ci: debugging ci
1 parent 2617072 commit 0f3dff1

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

‎.github/workflows/build.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
if: ${{ matrix.tool == 'tofu' }}
3434
with:
3535
tofu_version: ${{matrix.version}}
36+
- run: $TF_CMD version -json
3637
- name: Check out code
3738
uses: actions/checkout@v3
3839
- name: Pull LocalStack Docker image

‎.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Custom
22
.envrc
33
.env
4-
tmp/
54

65
.DS_Store
76
*.egg-info/

‎Makefile‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ publish: ## Publish the library to the central PyPi repository
2222
# build and upload archive
2323
($(VENV_RUN) && pip install setuptools twine && ./setup.py sdist && twine upload dist/*)
2424

25+
manual:
26+
$(VENV_RUN); cd tmp; TF_CMD=$(TF_CMD) ../bin/tflocal init
27+
2528
clean: ## Clean up
2629
rm -rf $(VENV_DIR)
2730
rm -rf dist

‎tmp/test.tf‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
terraform {
2+
backend "s3" {
3+
bucket = "tf-state-96f1513f"
4+
key = "terraform.tfstate"
5+
dynamodb_table = "tf-state-91ccbf2a"
6+
region = "us-east-2"
7+
skip_credentials_validation = true
8+
}
9+
10+
}
11+
resource "aws_s3_bucket" "test-bucket" {
12+
bucket = "bucket.b0b422f9"
13+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /