Movatterモバイル変換


[0]ホーム

URL:


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

Commit6caa29a

Browse files
authored
chore: fix terraform/provider testdata to use latest terraform-provider (#16309)
provisioner/terraform/testdata current version has been generated usingoutdated version of terraform-provider - with some parameters that arenot relevant anymore, causing `generate.sh` to fail when trying togenerate new data.
1 parente8e16c9 commit6caa29a

File tree

43 files changed

+568
-1043
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+568
-1043
lines changed

‎provisioner/terraform/resources_test.go‎

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -637,21 +637,6 @@ func TestConvertResources(t *testing.T) {
637637
ValidationMax:nil,
638638
}},
639639
},
640-
"git-auth-providers": {
641-
resources: []*proto.Resource{{
642-
Name:"dev",
643-
Type:"null_resource",
644-
Agents: []*proto.Agent{{
645-
Name:"main",
646-
OperatingSystem:"linux",
647-
Architecture:"amd64",
648-
Auth:&proto.Agent_Token{},
649-
ConnectionTimeoutSeconds:120,
650-
DisplayApps:&displayApps,
651-
}},
652-
}},
653-
externalAuthProviders: []*proto.ExternalAuthProviderResource{{Id:"github"}, {Id:"gitlab"}},
654-
},
655640
"external-auth-providers": {
656641
resources: []*proto.Resource{{
657642
Name:"dev",

‎provisioner/terraform/testdata/calling-module/calling-module.tfplan.json‎

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎provisioner/terraform/testdata/calling-module/calling-module.tfstate.json‎

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎provisioner/terraform/testdata/chaining-resources/chaining-resources.tfplan.json‎

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎provisioner/terraform/testdata/chaining-resources/chaining-resources.tfstate.json‎

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎provisioner/terraform/testdata/conflicting-resources/conflicting-resources.tfplan.json‎

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp