{ "version": 4, "terraform_version": "1.8.6", "serial": 547, "lineage": "80c241ca-93d6-cf46-8af4-9d3351f8ae79", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-66c1a5e962950a5b4", "ami": "ami-bd2ac01e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c2b1ec02"], "subnet_id": "subnet-87f8f8ce", "key_name": "prod-deploy-key" } } ] } ] }