{ "version": 4, "terraform_version": "1.8.8", "serial": 459, "lineage": "432e7de7-f6c8-7aa8-8809-dc531fa5b67a", "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-4a1f24055cd919706", "ami": "ami-0c9d9f88", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-991b0fbb"], "subnet_id": "subnet-6f3b90fc", "key_name": "prod-deploy-key" } } ] } ] }