{ "version": 4, "terraform_version": "1.7.4", "serial": 295, "lineage": "a3cb8221-853c-4c51-2aab-8fe65572ea30", "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-3eaa99f0c2b2a88be", "ami": "ami-1f6cd8c5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9327bbd1"], "subnet_id": "subnet-6ef0e93a", "key_name": "prod-deploy-key" } } ] } ] }