|
| 1 | +terraform_version = "0.12.24" |
| 2 | + |
| 3 | +variables = {} |
| 4 | + |
| 5 | +resource_changes = { |
| 6 | + "aws_security_group.allow_tls": { |
| 7 | + "address": "aws_security_group.allow_tls", |
| 8 | + "change": { |
| 9 | + "actions": [ |
| 10 | + "create", |
| 11 | + ], |
| 12 | + "after": { |
| 13 | + "description": "Allow TLS inbound traffic", |
| 14 | + "egress": [ |
| 15 | + { |
| 16 | + "cidr_blocks": [ |
| 17 | + "0.0.0.0/0", |
| 18 | + ], |
| 19 | + "description": "", |
| 20 | + "from_port": 444, |
| 21 | + "ipv6_cidr_blocks": [], |
| 22 | + "prefix_list_ids": [], |
| 23 | + "protocol": "tcp", |
| 24 | + "security_groups": [], |
| 25 | + "self": false, |
| 26 | + "to_port": 444, |
| 27 | + }, |
| 28 | + { |
| 29 | + "cidr_blocks": [], |
| 30 | + "description": "", |
| 31 | + "from_port": 443, |
| 32 | + "ipv6_cidr_blocks": [], |
| 33 | + "prefix_list_ids": [], |
| 34 | + "protocol": "tcp", |
| 35 | + "security_groups": [], |
| 36 | + "self": true, |
| 37 | + "to_port": 443, |
| 38 | + }, |
| 39 | + ], |
| 40 | + "name": "allow_tls", |
| 41 | + "name_prefix": null, |
| 42 | + "revoke_rules_on_delete": false, |
| 43 | + "tags": { |
| 44 | + "Name": "allow_all", |
| 45 | + }, |
| 46 | + "timeouts": null, |
| 47 | + }, |
| 48 | + "after_unknown": { |
| 49 | + "arn": true, |
| 50 | + "ingress": true, |
| 51 | + "id": true, |
| 52 | + "egress": [ |
| 53 | + { |
| 54 | + "cidr_blocks": [ |
| 55 | + false, |
| 56 | + ], |
| 57 | + "ipv6_cidr_blocks": [], |
| 58 | + "prefix_list_ids": [], |
| 59 | + "security_groups": [], |
| 60 | + }, |
| 61 | + { |
| 62 | + "cidr_blocks": [], |
| 63 | + "ipv6_cidr_blocks": [], |
| 64 | + "prefix_list_ids": [], |
| 65 | + "security_groups": [], |
| 66 | + }, |
| 67 | + ], |
| 68 | + "owner_id": true, |
| 69 | + "tags": {}, |
| 70 | + "vpc_id": true, |
| 71 | + }, |
| 72 | + "before": null, |
| 73 | + }, |
| 74 | + "deposed": "", |
| 75 | + "index": null, |
| 76 | + "mode": "managed", |
| 77 | + "module_address": "", |
| 78 | + "name": "allow_tls", |
| 79 | + "provider_name": "aws", |
| 80 | + "type": "aws_security_group", |
| 81 | + }, |
| 82 | + "aws_security_group_rule.allow_all[0]": { |
| 83 | + "address": "aws_security_group_rule.allow_all[0]", |
| 84 | + "change": { |
| 85 | + "actions": [ |
| 86 | + "create", |
| 87 | + ], |
| 88 | + "after": { |
| 89 | + "cidr_blocks": null, |
| 90 | + "description": null, |
| 91 | + "from_port": 0, |
| 92 | + "ipv6_cidr_blocks": null, |
| 93 | + "prefix_list_ids": null, |
| 94 | + "protocol": "tcp", |
| 95 | + "security_group_id": "sg-008b502d0a24d0136", |
| 96 | + "self": true, |
| 97 | + "to_port": 65535, |
| 98 | + "type": "egress", |
| 99 | + }, |
| 100 | + "after_unknown": { |
| 101 | + "id": true, |
| 102 | + "source_security_group_id": true, |
| 103 | + }, |
| 104 | + "before": null, |
| 105 | + }, |
| 106 | + "deposed": "", |
| 107 | + "index": 0, |
| 108 | + "mode": "managed", |
| 109 | + "module_address": "", |
| 110 | + "name": "allow_all", |
| 111 | + "provider_name": "aws", |
| 112 | + "type": "aws_security_group_rule", |
| 113 | + }, |
| 114 | + "aws_security_group_rule.allow_all[1]": { |
| 115 | + "address": "aws_security_group_rule.allow_all[1]", |
| 116 | + "change": { |
| 117 | + "actions": [ |
| 118 | + "create", |
| 119 | + ], |
| 120 | + "after": { |
| 121 | + "cidr_blocks": null, |
| 122 | + "description": null, |
| 123 | + "from_port": 0, |
| 124 | + "ipv6_cidr_blocks": null, |
| 125 | + "prefix_list_ids": null, |
| 126 | + "protocol": "tcp", |
| 127 | + "security_group_id": "sg-008b502d0a24d0136", |
| 128 | + "self": true, |
| 129 | + "to_port": 65535, |
| 130 | + "type": "egress", |
| 131 | + }, |
| 132 | + "after_unknown": { |
| 133 | + "id": true, |
| 134 | + "source_security_group_id": true, |
| 135 | + }, |
| 136 | + "before": null, |
| 137 | + }, |
| 138 | + "deposed": "", |
| 139 | + "index": 1, |
| 140 | + "mode": "managed", |
| 141 | + "module_address": "", |
| 142 | + "name": "allow_all", |
| 143 | + "provider_name": "aws", |
| 144 | + "type": "aws_security_group_rule", |
| 145 | + }, |
| 146 | + "aws_security_group_rule.allow_ssh": { |
| 147 | + "address": "aws_security_group_rule.allow_ssh", |
| 148 | + "change": { |
| 149 | + "actions": [ |
| 150 | + "create", |
| 151 | + ], |
| 152 | + "after": { |
| 153 | + "cidr_blocks": [ |
| 154 | + "0.0.0.0/0", |
| 155 | + ], |
| 156 | + "description": null, |
| 157 | + "from_port": 22, |
| 158 | + "ipv6_cidr_blocks": null, |
| 159 | + "prefix_list_ids": null, |
| 160 | + "protocol": "tcp", |
| 161 | + "security_group_id": "sg-008b502d0a24d0136", |
| 162 | + "self": false, |
| 163 | + "to_port": 22, |
| 164 | + "type": "egress", |
| 165 | + }, |
| 166 | + "after_unknown": { |
| 167 | + "cidr_blocks": [ |
| 168 | + false, |
| 169 | + ], |
| 170 | + "id": true, |
| 171 | + "source_security_group_id": true, |
| 172 | + }, |
| 173 | + "before": null, |
| 174 | + }, |
| 175 | + "deposed": "", |
| 176 | + "index": null, |
| 177 | + "mode": "managed", |
| 178 | + "module_address": "", |
| 179 | + "name": "allow_ssh", |
| 180 | + "provider_name": "aws", |
| 181 | + "type": "aws_security_group_rule", |
| 182 | + }, |
| 183 | + "module.more-sgrs.aws_security_group_rule.https": { |
| 184 | + "address": "module.more-sgrs.aws_security_group_rule.https", |
| 185 | + "change": { |
| 186 | + "actions": [ |
| 187 | + "create", |
| 188 | + ], |
| 189 | + "after": { |
| 190 | + "cidr_blocks": [ |
| 191 | + "0.0.0.0/0", |
| 192 | + ], |
| 193 | + "description": null, |
| 194 | + "from_port": 443, |
| 195 | + "ipv6_cidr_blocks": null, |
| 196 | + "prefix_list_ids": null, |
| 197 | + "protocol": "tcp", |
| 198 | + "security_group_id": "sg-008b502d0a24d0136", |
| 199 | + "self": false, |
| 200 | + "to_port": 443, |
| 201 | + "type": "egress", |
| 202 | + }, |
| 203 | + "after_unknown": { |
| 204 | + "cidr_blocks": [ |
| 205 | + false, |
| 206 | + ], |
| 207 | + "id": true, |
| 208 | + "source_security_group_id": true, |
| 209 | + }, |
| 210 | + "before": null, |
| 211 | + }, |
| 212 | + "deposed": "", |
| 213 | + "index": null, |
| 214 | + "mode": "managed", |
| 215 | + "module_address": "module.more-sgrs", |
| 216 | + "name": "https", |
| 217 | + "provider_name": "aws", |
| 218 | + "type": "aws_security_group_rule", |
| 219 | + }, |
| 220 | + "module.more-sgrs.module.even-more-sgrs.aws_security_group_rule.http": { |
| 221 | + "address": "module.more-sgrs.module.even-more-sgrs.aws_security_group_rule.http", |
| 222 | + "change": { |
| 223 | + "actions": [ |
| 224 | + "create", |
| 225 | + ], |
| 226 | + "after": { |
| 227 | + "cidr_blocks": [ |
| 228 | + "0.0.0.0/0", |
| 229 | + ], |
| 230 | + "description": null, |
| 231 | + "from_port": 80, |
| 232 | + "ipv6_cidr_blocks": null, |
| 233 | + "prefix_list_ids": null, |
| 234 | + "protocol": "tcp", |
| 235 | + "security_group_id": "sg-008b502d0a24d0136", |
| 236 | + "self": false, |
| 237 | + "to_port": 80, |
| 238 | + "type": "egress", |
| 239 | + }, |
| 240 | + "after_unknown": { |
| 241 | + "cidr_blocks": [ |
| 242 | + false, |
| 243 | + ], |
| 244 | + "id": true, |
| 245 | + "source_security_group_id": true, |
| 246 | + }, |
| 247 | + "before": null, |
| 248 | + }, |
| 249 | + "deposed": "", |
| 250 | + "index": null, |
| 251 | + "mode": "managed", |
| 252 | + "module_address": "module.more-sgrs.module.even-more-sgrs", |
| 253 | + "name": "http", |
| 254 | + "provider_name": "aws", |
| 255 | + "type": "aws_security_group_rule", |
| 256 | + }, |
| 257 | +} |
| 258 | + |
| 259 | +output_changes = {} |
0 commit comments