{ "version": 4, "terraform_version": "1.5.2", "serial": 132, "lineage": "bd3c0beb-7f49-07c3-65f2-91c55c3aed54", "outputs": { "db_endpoint": { "value": "db-2.us-east-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-0cf88e688c1e17f7e", "ami": "ami-84aae95a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4b2e10a3"], "subnet_id": "subnet-4b7a5dd7", "key_name": "prod-deploy-key" } } ] } ] }