{ "version": 4, "terraform_version": "1.8.8", "serial": 468, "lineage": "e651fe1a-d3ed-bace-9bd6-776a79a249fa", "outputs": { "db_endpoint": { "value": "db-4.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-baa811c9f51cd3d74", "ami": "ami-b3825841", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3ddfd614"], "subnet_id": "subnet-7a9508ce", "key_name": "prod-deploy-key" } } ] } ] }