{ "version": 4, "terraform_version": "1.8.9", "serial": 208, "lineage": "a9f14e5f-bcb7-6d31-c2e9-42c5f6a7cb28", "outputs": { "db_endpoint": { "value": "db-1.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-b2b6e96e684fcc831", "ami": "ami-39bf6049", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9b8a738f"], "subnet_id": "subnet-944f1f7e", "key_name": "prod-deploy-key" } } ] } ] }