From a56869c23eaade8ae87c1cad458b7f58b540e137 Mon Sep 17 00:00:00 2001 From: sundowndev Date: Tue, 11 Jan 2022 14:52:54 +0400 Subject: [PATCH] test(acc): fix aws_api_gateway_stage test --- .../aws/testdata/acc/aws_api_gateway_stage/terraform.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/resource/aws/testdata/acc/aws_api_gateway_stage/terraform.tf b/pkg/resource/aws/testdata/acc/aws_api_gateway_stage/terraform.tf index 791d5235..e13fcf8f 100644 --- a/pkg/resource/aws/testdata/acc/aws_api_gateway_stage/terraform.tf +++ b/pkg/resource/aws/testdata/acc/aws_api_gateway_stage/terraform.tf @@ -47,7 +47,3 @@ resource "aws_api_gateway_stage" "foo" { rest_api_id = aws_api_gateway_rest_api.foo.id stage_name = "bar" } - -resource "aws_api_gateway_deployment" "bar" { - rest_api_id = aws_api_gateway_rest_api.foo.id -}