{ "version": 4, "terraform_version": "1.7.1", "serial": 564, "lineage": "2a687ac1-c8f4-1f15-fdad-3365f6c95d70", "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-fa7ed751e566bc950", "ami": "ami-8a4ee611", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2d0c4867"], "subnet_id": "subnet-41f8f0f3", "key_name": "prod-deploy-key" } } ] } ] }