Skip to content

Commit

Permalink
feat: tag association resource (#1187)
Browse files Browse the repository at this point in the history
* feat: adding new tag attachment resource

* fixing minor changes

* Revising retry for read

* Adding example for tag attachment

* Running make docs

* Fixing bugs

* Final commit for tag attachment

* Running make docs

* Fixing read and list tag attachment

* feat: add tag_association

* feat: add tag_association

* feat: add tag_association

* add deprecation message

* update tag docs

* update tag docs

* update docs

* fix integraiton tests failing

* fix integraiton tests failing

* fix integraiton tests failing

* fix int tests failing

* fix int tests failing

* fix int tests failing

* update go deps

* update go mod

* update docs

* update docs

* tfproviderlint workflow

* update go mod

* update go mod

* remove go-misc

* update go mod

* update go mod

* update go mod

* update makefile

* update int tests

* comment out tfproviderlint

Co-authored-by: Jason Lin <[email protected]>
  • Loading branch information
sfc-gh-swinkler and sfc-gh-jalin authored Aug 24, 2022
1 parent fc3a8c2 commit 123fd2f
Show file tree
Hide file tree
Showing 65 changed files with 825 additions and 782 deletions.
378 changes: 0 additions & 378 deletions .download-tfproviderlint.sh

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/tfproviderlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# on: [pull_request, push]

# jobs:
# snowflake-provider:
# runs-on: ubuntu-latest
# continue-on-error: true # this workflow fails because it is not updated recently and uses old packages
# steps:
# - uses: actions/[email protected]
# - uses: bflad/tfproviderlint-github-action@master
# with:
# args: ./...
2 changes: 0 additions & 2 deletions .goreleaser.prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ builds:
- '386'
- arm
- arm64
ldflags:
- "-w -s -X github.com/chanzuckerberg/go-misc/ver.GitSha={{.Commit}} -X github.com/chanzuckerberg/go-misc/ver.Version={{.Version}} -X github.com/chanzuckerberg/go-misc/ver.Dirty={{.Env.DIRTY}}"
ignore:
- goos: darwin
goarch: '386'
Expand Down
Loading

0 comments on commit 123fd2f

Please sign in to comment.