-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update noisy equivalence test (#36036)
* update noisy equivalence test * also run on opened PRs * don't need to ignore fields anymore
- Loading branch information
1 parent
d11ae2c
commit 9402a85
Showing
8 changed files
with
57 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
testing/equivalence-tests/tests/null_provider_basic/spec.json
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
testing/equivalence-tests/tests/null_provider_update/.terraform.lock.hcl
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
testing/equivalence-tests/tests/null_provider_update/spec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"description": "tests creating a simple resource created by the null provider", | ||
"include_files": [], | ||
"ignore_fields": {} | ||
} |
27 changes: 27 additions & 0 deletions
27
testing/equivalence-tests/tests/null_provider_update/terraform.tfstate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"version": 4, | ||
"terraform_version": "1.10.0", | ||
"serial": 1, | ||
"lineage": "afca9e36-5040-2a11-9225-a64c8caa4605", | ||
"outputs": {}, | ||
"resources": [ | ||
{ | ||
"mode": "managed", | ||
"type": "null_resource", | ||
"name": "null_resource", | ||
"provider": "provider[\"registry.terraform.io/hashicorp/null\"]", | ||
"instances": [ | ||
{ | ||
"schema_version": 0, | ||
"attributes": { | ||
"id": "3637779521417605172", | ||
"triggers": null | ||
}, | ||
"sensitive_attributes": [], | ||
"private": "bnVsbA==" | ||
} | ||
] | ||
} | ||
], | ||
"check_results": null | ||
} |