{ "version": 4, "terraform_version": "1.6.6", "serial": 453, "lineage": "cd1fa428-0a34-2ad4-b104-85dd744ba8c8", "outputs": { "db_endpoint": { "value": "db-0.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-670ea05f750bbbe66", "ami": "ami-64acb458", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a3d36bce"], "subnet_id": "subnet-19471cd1", "key_name": "prod-deploy-key" } } ] } ] }