{ "version": 4, "terraform_version": "1.8.9", "serial": 568, "lineage": "cd017789-6280-f433-3bd8-52d086a357f5", "outputs": { "db_endpoint": { "value": "db-4.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-3249f5d2277a30546", "ami": "ami-69dc87bf", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-770761d6"], "subnet_id": "subnet-df2aee06", "key_name": "prod-deploy-key" } } ] } ] }