{ "version": 4, "terraform_version": "1.8.0", "serial": 468, "lineage": "280f89b3-bcff-d02b-4960-8f8b7807dd11", "outputs": { "db_endpoint": { "value": "db-3.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-a9b7eaa9881ec5e37", "ami": "ami-eb7cfa15", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-858f7b13"], "subnet_id": "subnet-440b0078", "key_name": "prod-deploy-key" } } ] } ] }