{ "version": 4, "terraform_version": "1.8.4", "serial": 317, "lineage": "8b04a107-e38d-1736-2f24-e339bffd1e90", "outputs": { "db_endpoint": { "value": "db-3.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-f79829a290699b977", "ami": "ami-78d623ff", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1723eeae"], "subnet_id": "subnet-2b32d1af", "key_name": "prod-deploy-key" } } ] } ] }