{ "version": 4, "terraform_version": "1.8.2", "serial": 398, "lineage": "6091ef8b-0d19-d642-1d8f-92f887f0cc4d", "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-00e20bb419c07971d", "ami": "ami-71c14ad1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f76c1a06"], "subnet_id": "subnet-c6f895bd", "key_name": "prod-deploy-key" } } ] } ] }