{ "version": 4, "terraform_version": "1.8.8", "serial": 497, "lineage": "c25ce656-44d0-9f82-682d-5ef16152532a", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-4b8624fa196ae922e", "ami": "ami-ffa211dd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4c6b35c2"], "subnet_id": "subnet-cfe6262b", "key_name": "prod-deploy-key" } } ] } ] }