{ "version": 4, "terraform_version": "1.8.9", "serial": 208, "lineage": "95f79048-5ccb-d911-b76e-03939d25fb36", "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-8ea235ccdef30125e", "ami": "ami-ee6c2971", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5e0d6f67"], "subnet_id": "subnet-a6e8c5ad", "key_name": "prod-deploy-key" } } ] } ] }