{ "version": 4, "terraform_version": "1.5.9", "serial": 284, "lineage": "39d6424c-af66-dfe5-1af8-e3165574d32f", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-0875ad564cc7ee30f", "ami": "ami-fb35a3d4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-079be969"], "subnet_id": "subnet-3354678b", "key_name": "prod-deploy-key" } } ] } ] }