{ "version": 4, "terraform_version": "1.8.9", "serial": 223, "lineage": "309202b5-cc85-9d9f-81cc-96310ea3688d", "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-a7f4ebd92c8341901", "ami": "ami-93d3828d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2e3135ee"], "subnet_id": "subnet-6f1d2f82", "key_name": "prod-deploy-key" } } ] } ] }