-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c4cb08
commit 1e14172
Showing
7 changed files
with
466 additions
and
8 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
185 changes: 185 additions & 0 deletions
185
.../aws/api_gateway_deployment_without_api_gateway_usage_plan_associated/test/negative2.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,185 @@ | ||
{ | ||
"format_version": "0.2", | ||
"terraform_version": "1.0.5", | ||
"planned_values": { | ||
"root_module": { | ||
"resources": [ | ||
{ | ||
"address": "aws_api_gateway_deployment.negative1", | ||
"mode": "managed", | ||
"type": "aws_api_gateway_deployment", | ||
"name": "negative1", | ||
"provider_name": "registry.terraform.io/hashicorp/aws", | ||
"schema_version": 0, | ||
"values": { | ||
"description": null, | ||
"rest_api_id": "rest_api_1", | ||
"stage_description": null, | ||
"stage_name": "development", | ||
"triggers": null, | ||
"variables": null | ||
}, | ||
"sensitive_values": {} | ||
}, | ||
{ | ||
"address": "aws_api_gateway_usage_plan.negative2", | ||
"mode": "managed", | ||
"type": "aws_api_gateway_usage_plan", | ||
"name": "negative2", | ||
"provider_name": "registry.terraform.io/hashicorp/aws", | ||
"schema_version": 0, | ||
"values": { | ||
"api_stages": [ | ||
{ | ||
"api_id": "rest_api_1", | ||
"stage": "development" | ||
} | ||
], | ||
"description": "my description", | ||
"name": "my-usage-plan", | ||
"product_code": "MYCODE", | ||
"quota_settings": [], | ||
"tags": null, | ||
"throttle_settings": [] | ||
}, | ||
"sensitive_values": { | ||
"api_stages": [ | ||
{} | ||
], | ||
"quota_settings": [], | ||
"tags_all": {}, | ||
"throttle_settings": [] | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"resource_changes": [ | ||
{ | ||
"address": "aws_api_gateway_deployment.negative1", | ||
"mode": "managed", | ||
"type": "aws_api_gateway_deployment", | ||
"name": "negative1", | ||
"provider_name": "registry.terraform.io/hashicorp/aws", | ||
"change": { | ||
"actions": [ | ||
"create" | ||
], | ||
"before": null, | ||
"after": { | ||
"description": null, | ||
"rest_api_id": "rest_api_1", | ||
"stage_description": null, | ||
"stage_name": "development", | ||
"triggers": null, | ||
"variables": null | ||
}, | ||
"after_unknown": { | ||
"created_date": true, | ||
"execution_arn": true, | ||
"id": true, | ||
"invoke_url": true | ||
}, | ||
"before_sensitive": false, | ||
"after_sensitive": {} | ||
} | ||
}, | ||
{ | ||
"address": "aws_api_gateway_usage_plan.negative2", | ||
"mode": "managed", | ||
"type": "aws_api_gateway_usage_plan", | ||
"name": "negative2", | ||
"provider_name": "registry.terraform.io/hashicorp/aws", | ||
"change": { | ||
"actions": [ | ||
"create" | ||
], | ||
"before": null, | ||
"after": { | ||
"api_stages": [ | ||
{ | ||
"api_id": "rest_api_1", | ||
"stage": "development" | ||
} | ||
], | ||
"description": "my description", | ||
"name": "my-usage-plan", | ||
"product_code": "MYCODE", | ||
"quota_settings": [], | ||
"tags": null, | ||
"throttle_settings": [] | ||
}, | ||
"after_unknown": { | ||
"api_stages": [ | ||
{} | ||
], | ||
"arn": true, | ||
"id": true, | ||
"quota_settings": [], | ||
"tags_all": true, | ||
"throttle_settings": [] | ||
}, | ||
"before_sensitive": false, | ||
"after_sensitive": { | ||
"api_stages": [ | ||
{} | ||
], | ||
"quota_settings": [], | ||
"tags_all": {}, | ||
"throttle_settings": [] | ||
} | ||
} | ||
} | ||
], | ||
"configuration": { | ||
"root_module": { | ||
"resources": [ | ||
{ | ||
"address": "aws_api_gateway_deployment.negative1", | ||
"mode": "managed", | ||
"type": "aws_api_gateway_deployment", | ||
"name": "negative1", | ||
"provider_config_key": "aws", | ||
"expressions": { | ||
"rest_api_id": { | ||
"constant_value": "rest_api_1" | ||
}, | ||
"stage_name": { | ||
"constant_value": "development" | ||
} | ||
}, | ||
"schema_version": 0 | ||
}, | ||
{ | ||
"address": "aws_api_gateway_usage_plan.negative2", | ||
"mode": "managed", | ||
"type": "aws_api_gateway_usage_plan", | ||
"name": "negative2", | ||
"provider_config_key": "aws", | ||
"expressions": { | ||
"api_stages": [ | ||
{ | ||
"api_id": { | ||
"constant_value": "rest_api_1" | ||
}, | ||
"stage": { | ||
"constant_value": "development" | ||
} | ||
} | ||
], | ||
"description": { | ||
"constant_value": "my description" | ||
}, | ||
"name": { | ||
"constant_value": "my-usage-plan" | ||
}, | ||
"product_code": { | ||
"constant_value": "MYCODE" | ||
} | ||
}, | ||
"schema_version": 0 | ||
} | ||
] | ||
} | ||
} | ||
} |
File renamed without changes.
Oops, something went wrong.