{ "version": 4, "terraform_version": "1.5.8", "serial": 437, "lineage": "330daec4-7dc9-519b-95a6-1fd2af0d13f4", "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-c39939c3103b8a54f", "ami": "ami-86b6d9ac", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b771fc75"], "subnet_id": "subnet-1a5cf1d3", "key_name": "prod-deploy-key" } } ] } ] }