{ "version": 4, "terraform_version": "1.7.9", "serial": 421, "lineage": "f1f9d736-261e-b793-970e-cc86670297c3", "outputs": { "db_endpoint": { "value": "db-1.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-a5bd2331df63d1566", "ami": "ami-661a9641", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-aa403e04"], "subnet_id": "subnet-5585e17e", "key_name": "prod-deploy-key" } } ] } ] }