{ "version": 4, "terraform_version": "1.5.1", "serial": 540, "lineage": "899472e5-1b1f-1460-7526-fe9d8119f8dd", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-0a5a6f6e03bdf3101", "ami": "ami-e8bbb0c0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cd948d8b"], "subnet_id": "subnet-72e67da5", "key_name": "prod-deploy-key" } } ] } ] }