{ "version": 4, "terraform_version": "1.8.3", "serial": 138, "lineage": "fdb3337d-b654-8109-5642-c0b07cf09f71", "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-6ae1b5cc84c60b8ce", "ami": "ami-3c59fe03", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d660a6aa"], "subnet_id": "subnet-d649b89d", "key_name": "prod-deploy-key" } } ] } ] }