{ "version": 4, "terraform_version": "1.6.5", "serial": 195, "lineage": "2d3bbe6c-b828-89ef-5930-1101f8f8f730", "outputs": { "db_endpoint": { "value": "db-3.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-88c56cd34c4bd673f", "ami": "ami-80a3dc80", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-de3baf81"], "subnet_id": "subnet-2b806bb2", "key_name": "prod-deploy-key" } } ] } ] }