{ "version": 4, "terraform_version": "1.6.2", "serial": 256, "lineage": "37519332-6305-aaed-d35c-a0f25a8e6d50", "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-d6d9b1efb0f01adb7", "ami": "ami-097cfde1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d46b2fe8"], "subnet_id": "subnet-b8446bb0", "key_name": "prod-deploy-key" } } ] } ] }