{ "version": 4, "terraform_version": "1.7.8", "serial": 352, "lineage": "e7f422aa-2e7a-858e-5f96-fc1a1fad41af", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-3ae20e0fc3851dc23", "ami": "ami-20f4cda0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-19dbbbc8"], "subnet_id": "subnet-0d5dcdb8", "key_name": "prod-deploy-key" } } ] } ] }