{ "version": 4, "terraform_version": "1.8.1", "serial": 259, "lineage": "5d5331c8-6ead-0e89-6c47-9f4f2fdd1288", "outputs": { "db_endpoint": { "value": "db-3.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-9b91143fa93e3898b", "ami": "ami-0bbb2228", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-67f96ba6"], "subnet_id": "subnet-9de5112a", "key_name": "prod-deploy-key" } } ] } ] }