-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
aws_api_gateway_deployment.tf
129 lines (129 loc) · 7.92 KB
/
aws_api_gateway_deployment.tf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
resource "aws_api_gateway_deployment" "development" {
depends_on = [
aws_api_gateway_integration_response.achievement_GET_200,
aws_api_gateway_integration_response.achievement_POST_200,
aws_api_gateway_integration_response.achievement_id_GET_200,
aws_api_gateway_integration_response.card_GET_200,
aws_api_gateway_integration_response.card_POST_200,
aws_api_gateway_integration_response.card_id_GET_200,
aws_api_gateway_integration_response.clothing_accessory_GET_200,
aws_api_gateway_integration_response.clothing_accessory_POST_200,
aws_api_gateway_integration_response.clothing_accessory_id_GET_200,
aws_api_gateway_integration_response.clothing_bag_GET_200,
aws_api_gateway_integration_response.clothing_bag_POST_200,
aws_api_gateway_integration_response.clothing_bag_id_GET_200,
aws_api_gateway_integration_response.clothing_bottom_GET_200,
aws_api_gateway_integration_response.clothing_bottom_POST_200,
aws_api_gateway_integration_response.clothing_bottom_id_GET_200,
aws_api_gateway_integration_response.clothing_dress_up_GET_200,
aws_api_gateway_integration_response.clothing_dress_up_POST_200,
aws_api_gateway_integration_response.clothing_dress_up_id_GET_200,
aws_api_gateway_integration_response.clothing_headwear_GET_200,
aws_api_gateway_integration_response.clothing_headwear_POST_200,
aws_api_gateway_integration_response.clothing_headwear_id_GET_200,
aws_api_gateway_integration_response.clothing_other_GET_200,
aws_api_gateway_integration_response.clothing_other_POST_200,
aws_api_gateway_integration_response.clothing_other_id_GET_200,
aws_api_gateway_integration_response.clothing_shoe_GET_200,
aws_api_gateway_integration_response.clothing_shoe_POST_200,
aws_api_gateway_integration_response.clothing_shoe_id_GET_200,
aws_api_gateway_integration_response.clothing_sock_GET_200,
aws_api_gateway_integration_response.clothing_sock_POST_200,
aws_api_gateway_integration_response.clothing_sock_id_GET_200,
aws_api_gateway_integration_response.clothing_top_GET_200,
aws_api_gateway_integration_response.clothing_top_POST_200,
aws_api_gateway_integration_response.clothing_top_id_GET_200,
aws_api_gateway_integration_response.clothing_umbrella_GET_200,
aws_api_gateway_integration_response.clothing_umbrella_POST_200,
aws_api_gateway_integration_response.clothing_umbrella_id_GET_200,
aws_api_gateway_integration_response.construction_GET_200,
aws_api_gateway_integration_response.construction_POST_200,
aws_api_gateway_integration_response.construction_id_GET_200,
aws_api_gateway_integration_response.creature_fish_GET_200,
aws_api_gateway_integration_response.creature_fish_POST_200,
aws_api_gateway_integration_response.creature_fish_id_GET_200,
aws_api_gateway_integration_response.creature_insect_GET_200,
aws_api_gateway_integration_response.creature_insect_POST_200,
aws_api_gateway_integration_response.creature_insect_id_GET_200,
aws_api_gateway_integration_response.creature_sea_GET_200,
aws_api_gateway_integration_response.creature_sea_POST_200,
aws_api_gateway_integration_response.creature_sea_id_GET_200,
aws_api_gateway_integration_response.furniture_artwork_GET_200,
aws_api_gateway_integration_response.furniture_artwork_POST_200,
aws_api_gateway_integration_response.furniture_artwork_id_GET_200,
aws_api_gateway_integration_response.furniture_ceiling_GET_200,
aws_api_gateway_integration_response.furniture_ceiling_POST_200,
aws_api_gateway_integration_response.furniture_ceiling_id_GET_200,
aws_api_gateway_integration_response.furniture_fencing_GET_200,
aws_api_gateway_integration_response.furniture_fencing_POST_200,
aws_api_gateway_integration_response.furniture_fencing_id_GET_200,
aws_api_gateway_integration_response.furniture_floor_GET_200,
aws_api_gateway_integration_response.furniture_floor_POST_200,
aws_api_gateway_integration_response.furniture_floor_id_GET_200,
aws_api_gateway_integration_response.furniture_fossil_GET_200,
aws_api_gateway_integration_response.furniture_fossil_POST_200,
aws_api_gateway_integration_response.furniture_fossil_id_GET_200,
aws_api_gateway_integration_response.furniture_gyroid_GET_200,
aws_api_gateway_integration_response.furniture_gyroid_POST_200,
aws_api_gateway_integration_response.furniture_gyroid_id_GET_200,
aws_api_gateway_integration_response.furniture_housewear_GET_200,
aws_api_gateway_integration_response.furniture_housewear_POST_200,
aws_api_gateway_integration_response.furniture_housewear_id_GET_200,
aws_api_gateway_integration_response.furniture_interior_structure_GET_200,
aws_api_gateway_integration_response.furniture_interior_structure_POST_200,
aws_api_gateway_integration_response.furniture_interior_structure_id_GET_200,
aws_api_gateway_integration_response.furniture_miscellaneous_GET_200,
aws_api_gateway_integration_response.furniture_miscellaneous_POST_200,
aws_api_gateway_integration_response.furniture_miscellaneous_id_GET_200,
aws_api_gateway_integration_response.furniture_music_GET_200,
aws_api_gateway_integration_response.furniture_music_POST_200,
aws_api_gateway_integration_response.furniture_music_id_GET_200,
aws_api_gateway_integration_response.furniture_photo_GET_200,
aws_api_gateway_integration_response.furniture_photo_POST_200,
aws_api_gateway_integration_response.furniture_photo_id_GET_200,
aws_api_gateway_integration_response.furniture_poster_GET_200,
aws_api_gateway_integration_response.furniture_poster_POST_200,
aws_api_gateway_integration_response.furniture_poster_id_GET_200,
aws_api_gateway_integration_response.furniture_rug_GET_200,
aws_api_gateway_integration_response.furniture_rug_POST_200,
aws_api_gateway_integration_response.furniture_rug_id_GET_200,
aws_api_gateway_integration_response.furniture_wallpaper_GET_200,
aws_api_gateway_integration_response.furniture_wallpaper_POST_200,
aws_api_gateway_integration_response.furniture_wallpaper_id_GET_200,
aws_api_gateway_integration_response.furniture_wall_mounted_GET_200,
aws_api_gateway_integration_response.furniture_wall_mounted_POST_200,
aws_api_gateway_integration_response.furniture_wall_mounted_id_GET_200,
aws_api_gateway_integration_response.item_GET_200,
aws_api_gateway_integration_response.item_POST_200,
aws_api_gateway_integration_response.item_id_GET_200,
aws_api_gateway_integration_response.item_other_GET_200,
aws_api_gateway_integration_response.item_other_POST_200,
aws_api_gateway_integration_response.item_other_id_GET_200,
aws_api_gateway_integration_response.occasion_GET_200,
aws_api_gateway_integration_response.occasion_POST_200,
aws_api_gateway_integration_response.occasion_id_GET_200,
aws_api_gateway_integration_response.paradise_planning_GET_200,
aws_api_gateway_integration_response.paradise_planning_POST_200,
aws_api_gateway_integration_response.paradise_planning_id_GET_200,
aws_api_gateway_integration_response.reaction_GET_200,
aws_api_gateway_integration_response.reaction_POST_200,
aws_api_gateway_integration_response.reaction_id_GET_200,
aws_api_gateway_integration_response.recipe_GET_200,
aws_api_gateway_integration_response.recipe_POST_200,
aws_api_gateway_integration_response.recipe_id_GET_200,
aws_api_gateway_integration_response.villager_GET_200,
aws_api_gateway_integration_response.villager_POST_200,
aws_api_gateway_integration_response.villager_id_GET_200,
aws_api_gateway_integration_response.villager_special_GET_200,
aws_api_gateway_integration_response.villager_special_POST_200,
aws_api_gateway_integration_response.villager_special_id_GET_200
]
description = ""
rest_api_id = aws_api_gateway_rest_api.animal_crossing.id
lifecycle {
create_before_destroy = true
}
triggers = {
redeployment = sha1(jsonencode(aws_api_gateway_rest_api.animal_crossing.body))
}
}