{ "version": 4, "terraform_version": "1.5.5", "serial": 433, "lineage": "7aa4c9fc-aa65-10a8-e059-6d79a0912a88", "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-a61109428f4ab16b6", "ami": "ami-a5b94a82", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-987e71d0"], "subnet_id": "subnet-3ccd3fe5", "key_name": "prod-deploy-key" } } ] } ] }