{ "version": 4, "terraform_version": "1.7.2", "serial": 349, "lineage": "c63a3689-4684-0b78-3367-35ef54c86fad", "outputs": { "db_endpoint": { "value": "db-0.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-250f34b0ce1511a75", "ami": "ami-40d420f9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-18ced0cd"], "subnet_id": "subnet-76333cef", "key_name": "prod-deploy-key" } } ] } ] }