{ "version": 4, "terraform_version": "1.8.4", "serial": 286, "lineage": "37ea2087-ba4e-b721-fad2-d1d38a9fcde0", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-91982d9210fa9f64f", "ami": "ami-3a147fa7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d888ee75"], "subnet_id": "subnet-c045d764", "key_name": "prod-deploy-key" } } ] } ] }