Terraform Provider Slack App
This is for managing Slack App Manifests, it is no use if you are not developing an App for Slack.
Requirements
Building The Provider
- Clone the repository
- Enter the repository directory
- Build the provider using the Go
install
command:
go install
Developing the Provider
If you wish to work on the provider, you'll first need Go installed on your machine (see Requirements above).
To compile the provider, run go install
. This will build the provider and put the provider binary in the $GOPATH/bin
directory.
To generate or update documentation, run go generate
.
In order to run the full suite of Acceptance tests, run make testacc
.
Note: Acceptance tests create real resources, and often cost money to run.
make testacc
Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.18.0 to 2.20.0
Bumps github.com/hashicorp/terraform-plugin-sdk/v2 from 2.18.0 to 2.20.0.
Release notes
Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases.
Changelog
Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's changelog.
Commits
a21509d
Preparing CHANGELOG for 2.20.0 (#1017)fa35150
website: Logging navigation adjustments, minor HTTP Transport page fixes (#1016)92520a9
New SDKv2/logging documentation section (#1011)69b5079
helper/schema: Clarify Schema type Deprecated field usage (#1013)426ae64
IntroduceNewLoggingHTTPTransport
and deprecateNewTransport
(#1006)06cd54f
chore: readme and contributing (#1008)b61403b
Update CHANGELOG for 2.19.09f6c454
Update CHANGELOG for #10039ab0fa2
build(deps): Bump github.com/hashicorp/terraform-plugin-log from 0.4.1 to 0.6...70ce77b
.github: Remove@hashicorp/team-tw-packer-and-terraform
from CODEOWNERS (#999)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @BarnabyShearer.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/hashicorp/terraform-plugin-log from 0.3.0 to 0.4.0
Bumps github.com/hashicorp/terraform-plugin-log from 0.3.0 to 0.4.0.
Release notes
Sourced from github.com/hashicorp/terraform-plugin-log's releases.
Changelog
Sourced from github.com/hashicorp/terraform-plugin-log's changelog.
Commits
40a5980
Update CHANGELOG for 0.4.0f5284c7
Introduce tflogtest and tfsdklogtest packages (#62)1d9ce94
tflog+tfsdklog: AddedWithRootFields()
function (#60)0a383c3
tfsdklog: Ensure sink logger options are propagated to SDK and provider root ...1d1c445
Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (#53)94541a8
Bump Expected Minimum Go Version to 1.17 (#51)49f9236
Bump actions/setup-go from 2 to 3 (#49)8062654
Bump actions/upload-artifact from 2 to 3 (#48)1b8e9d3
Update v0.3.0 CHANGELOG to include other dependency update requirements1583d7b
Update CODEOWNERS with new team name:@hashicorp/terraform-devex
(#45)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/hashicorp/terraform-plugin-framework from 0.10.0 to 1.0.0
Bumps github.com/hashicorp/terraform-plugin-framework from 0.10.0 to 1.0.0.
Release notes
Sourced from github.com/hashicorp/terraform-plugin-framework's releases.
... (truncated)
Changelog
Sourced from github.com/hashicorp/terraform-plugin-framework's changelog.
... (truncated)
Commits
d540a40
Update CHANGELOG for 1.0.0eebf3a5
Remove beta verbiage and state compatibility promises (#578)13ceef9
provider: Require Metadata method for Provider interface (#580)38a3421
Refactor Schema and Schema Data Related Documentation (#554)ea5dd66
all: Remove remaining Block-based MaxItems and MinItems functionality (#577)707c9ca
resource+tfsdk: Remove tfsdk package schema types and functions (#576)085f2f9
internal: Replace tfsdk.Schema, tfsdk.Attribute, and tfsdk.Block usage in uni...7afa862
types: Migrate type implementations into basetypes subpackage (#567)23973ba
Fix Framework allows top-level schema attributes that conflict with Terraform...3413b8f
resource: Use schema.Schema for StateUpgrader.PriorSchema (#573)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/hashicorp/terraform-plugin-framework from 0.10.0 to 0.17.0
Bumps github.com/hashicorp/terraform-plugin-framework from 0.10.0 to 0.17.0.
Release notes
Sourced from github.com/hashicorp/terraform-plugin-framework's releases.
... (truncated)
Changelog
Sourced from github.com/hashicorp/terraform-plugin-framework's changelog.
... (truncated)
Commits
54ed5dc
Update CHANGELOG for 0.17.0d51781c
website: Updates for tfsdk Attribute, Block, and Schema deprecations (#564)4db7ec6
resource/schema: New packages which contain type-specific schema plan modifie...8cde922
tfsdk: Deprecate Attribute, Block, and Schema types (#563)9353b7c
provider/metaschema: Initial package (#562)abe43b2
Fix nesting mode for map, set and single nested attribute within data source,...55244fe
provider/schema: Fix Go documentation for Schema type (#559)30b78ab
resource/schema: Initial package (#558)28f4804
resource/schema/planmodifier: New type-specific plan modifiers package (#557)1dfcd30
test: block attributes with MarkComputedNilsAsUnknown (#555)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/hashicorp/terraform-plugin-go from 0.13.0 to 0.14.2
Bumps github.com/hashicorp/terraform-plugin-go from 0.13.0 to 0.14.2.
Release notes
Sourced from github.com/hashicorp/terraform-plugin-go's releases.
Changelog
Sourced from github.com/hashicorp/terraform-plugin-go's changelog.
Commits
8f3514e
Update CHANGELOG for 0.14.20488e08
Tweak diagnostics with invalid UTF-8 so they can pass over the wire (#237)434a0b0
build(deps): bump google.golang.org/grpc from 1.50.1 to 1.51.0 (#240)389a5cd
deps: github.com/hashicorp/[email protected] (#239)a476543
Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 (#236)b1a92ab
deps: Remove github.com/nsf/jsondiff (#235)f3636ee
Update CHANGELOG for 0.14.133a20bc
Bump github.com/hashicorp/go-plugin from 1.4.5 to 1.4.6 (#234)d2a0c01
Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (#233)aae27cd
Bump google.golang.org/grpc from 1.50.0 to 1.50.1 (#232)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/hashicorp/terraform-plugin-framework from 0.10.0 to 0.16.0
Bumps github.com/hashicorp/terraform-plugin-framework from 0.10.0 to 0.16.0.
Release notes
Sourced from github.com/hashicorp/terraform-plugin-framework's releases.
... (truncated)
Changelog
Sourced from github.com/hashicorp/terraform-plugin-framework's changelog.
... (truncated)
Commits
85c0b3f
Update CHANGELOG for 0.16.000e6cb1
Update migration guide to indicate Set field and SchemaSetFunc equivalents ar...bf1ce9b
types: Add Typable and Valuable Interfaces (#536)6fea713
website: Split resource lifecycle management into separate pages (#537)8a46db4
build(deps): Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 (#538)0eb939e
tfsdk: Document and clarify GetAttribute and SetAttribute further (#534)f427696
build(deps): Bump github.com/hashicorp/terraform-plugin-go (#531)a3872da
website: Fix overview page typo (#530)667c126
website: Fix broken links (#525)66a4d2c
types: Remove Attrs, AttrTypes, Elems, ElemTypes, Null, Unknown, and Value fi...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.20.0 to 2.24.1
Bumps github.com/hashicorp/terraform-plugin-sdk/v2 from 2.20.0 to 2.24.1.
Release notes
Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases.
Changelog
Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's changelog.
Commits
5dfe31a
Update CHANGELOG for 2.24.19523045
helper/resource: Check for existing provider configuration block in TestStep ...ff2cdef
Linking to the framework migration guide (#1097) (#1098)ac0b965
build(deps): Bump github.com/hashicorp/hcl/v2 from 2.14.1 to 2.15.0 (#1100)dfa6529
build(deps): Bump github.com/zclconf/go-cty from 1.12.0 to 1.12.1 (#1096)81b192b
build(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.14.0 to 0.1...7bc4c6e
helper/resource: Various small fixes (#1091)6275669
all: Remove deprecated io/ioutil package usage (#1090)ba4b604
helper/resource: Skip data source states with TestStep.ImportStateCheck (#1089)f5c914f
build(deps): Bump github.com/zclconf/go-cty from 1.11.0 to 1.12.0 (#1086)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/hashicorp/terraform-plugin-go from 0.13.0 to 0.14.1
Bumps github.com/hashicorp/terraform-plugin-go from 0.13.0 to 0.14.1.
Release notes
Sourced from github.com/hashicorp/terraform-plugin-go's releases.
Changelog
Sourced from github.com/hashicorp/terraform-plugin-go's changelog.
Commits
f3636ee
Update CHANGELOG for 0.14.133a20bc
Bump github.com/hashicorp/go-plugin from 1.4.5 to 1.4.6 (#234)d2a0c01
Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (#233)aae27cd
Bump google.golang.org/grpc from 1.50.0 to 1.50.1 (#232)c199d46
tfprotov5+tfprotov6: Synchronize Protocol Buffers comments for ReadResource a...368e57a
[COMPLIANCE] Update MPL 2.0 LICENSE (#230)31394ab
Bump google.golang.org/grpc from 1.49.0 to 1.50.0 (#229)edd142d
Fix Go documentation typo (#228)30bbb35
Bump leonsteinhaeuser/project-beta-automations from 2.0.0 to 2.0.1 (#227)8b53d1b
.github/workflows: Add Terraform 1.3.x to testing matrix (#226)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/hashicorp/terraform-plugin-framework from 0.10.0 to 0.15.0
Bumps github.com/hashicorp/terraform-plugin-framework from 0.10.0 to 0.15.0.
Release notes
Sourced from github.com/hashicorp/terraform-plugin-framework's releases.
... (truncated)
Changelog
Sourced from github.com/hashicorp/terraform-plugin-framework's changelog.
... (truncated)
Commits
1ee1a4f
Update CHANGELOG for 0.15.0de565fa
types: Introduce ListValueFrom, MapValueFrom, ObjectValueFrom, and SetValueFr...4b21cf8
types: Deprecate Attrs, AttrTypes, Elems, ElemTypes, Null, Unknown, and Value...ce2519c
build(deps): Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (#519)e1bf73e
chore: Update Digital Team Files (#517)734074c
chore(docs): rewrite internal redirects (#518)2be6665
[COMPLIANCE] Update MPL 2.0 LICENSE (#514)79303b8
website: Bold Note: in beta callouts (#507)56ca8c9
Update CHANGELOG for 0.14.06f59b6f
README updates (#503)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.20.0 to 2.24.0
Bumps github.com/hashicorp/terraform-plugin-sdk/v2 from 2.20.0 to 2.24.0.
Release notes
Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases.
Changelog
Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's changelog.
Commits
3827d73
Update CHANGELOG for 2.24.0bee17ac
Adding test coverage for changes to ignore data sources in imported state (#1...443a5c7
[COMPLIANCE] Update MPL 2.0 LICENSE (#1078)1dba057
Adding RefreshState test step (#1070)3495894
helper/schema: Compile valid field name regex once (#1062)6c09938
build(deps): Bump github.com/hashicorp/hcl/v2 from 2.14.0 to 2.14.1 (#1067)e6f34f7
build(deps): Bump leonsteinhaeuser/project-beta-automations (#1068)fa98583
Merge DevPortal into Main (#1061)a0ace48
Update CHANGELOG for 2.23.0755f211
helper/resource: Add Terraform configuration toTRACE
logging (#1059)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/hashicorp/terraform-plugin-framework from 0.10.0 to 0.14.0
Bumps github.com/hashicorp/terraform-plugin-framework from 0.10.0 to 0.14.0.
Release notes
Sourced from github.com/hashicorp/terraform-plugin-framework's releases.
... (truncated)
Changelog
Sourced from github.com/hashicorp/terraform-plugin-framework's changelog.
... (truncated)
Commits
56ca8c9
Update CHANGELOG for 0.14.06f59b6f
README updates (#503)f5b7613
Update CHANGELOG for #500afd88cb
website: Update HashiCorp learn links for new collection (#506)ef5183a
website: Fix old code examples to tfsdk.ModifyResourcePlanRe(quest|sponse) (#...66e1a42
website: Further discourage usage of non-types package types with accessing s...5e9e49f
website: Create concept-specific configuration validation pages (#501)254863a
website: Add beta callout on all pages (#500)be8ba7c
build(deps): Bump leonsteinhaeuser/project-beta-automations (#499)f24aeb9
attr: Add ValueType method to Type interface (#497)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/hashicorp/terraform-plugin-framework from 0.10.0 to 1.0.1
Bumps github.com/hashicorp/terraform-plugin-framework from 0.10.0 to 1.0.1.
Release notes
Sourced from github.com/hashicorp/terraform-plugin-framework's releases.
... (truncated)
Changelog
Sourced from github.com/hashicorp/terraform-plugin-framework's changelog.
... (truncated)
Commits
c28e463
Update CHANGELOG for 1.0.15a6c8f4
website: fix incorrect field reference (#595)85f4a77
types: Ensure List/Map/Object/Set Attributes/AttributeTypes/Elements returns ...88e1c5b
Fix incorrect type used for Validators field (#593)92fcdb0
fix typo (#592)4250f76
website: Further clarify configuration validation and when API access is avai...221ae8f
Improvements to Documentation (#584)26244b8
website: Align Attributes page with schema attribute types (#585)26743e9
chore: Update Digital Team Files (#569)530c74b
build(deps): Bump goreleaser/goreleaser-action from 3 to 4 (#579)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)