{ "version": 4, "terraform_version": "1.8.4", "serial": 316, "lineage": "6928dba2-914d-671a-1a52-edcce1cb7c5a", "outputs": { "db_endpoint": { "value": "db-0.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-c2ce13e6cd69c2ab5", "ami": "ami-7ce57bc0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1d99395d"], "subnet_id": "subnet-74898753", "key_name": "prod-deploy-key" } } ] } ] }