{ "version": 4, "terraform_version": "1.8.2", "serial": 225, "lineage": "1f7e4dfa-82ff-8ccf-c58b-923856dafb12", "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-76f74f0194a812c83", "ami": "ami-bcc9ca38", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0e0cf6ba"], "subnet_id": "subnet-9f5f5c8c", "key_name": "prod-deploy-key" } } ] } ] }