{ "version": 4, "terraform_version": "1.8.7", "serial": 368, "lineage": "73d4ab81-43d0-7ed3-497b-c70e4e0e613d", "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-80930bf2e3126c8c3", "ami": "ami-1087f04f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-134dfb08"], "subnet_id": "subnet-73afd613", "key_name": "prod-deploy-key" } } ] } ] }