{ "version": 4, "terraform_version": "1.5.7", "serial": 485, "lineage": "9c6e337e-00e2-0c22-454a-1ebc25c37eee", "outputs": { "db_endpoint": { "value": "db-1.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-5c3a3f439775cb1c6", "ami": "ami-a0a8951f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-87655361"], "subnet_id": "subnet-186c97fc", "key_name": "prod-deploy-key" } } ] } ] }