{ "version": 4, "terraform_version": "1.7.1", "serial": 397, "lineage": "a94c15a8-26bf-65a9-ae0f-61efa9fd294a", "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-644c66f64e44e312f", "ami": "ami-bc546083", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-96df5a6f"], "subnet_id": "subnet-5c080806", "key_name": "prod-deploy-key" } } ] } ] }