{ "version": 4, "terraform_version": "1.5.0", "serial": 582, "lineage": "b5f23f14-8379-d5f2-2714-b19ffc7ebdbe", "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-37d6fd44742ea9263", "ami": "ami-5b5d3682", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-83c6d6c1"], "subnet_id": "subnet-0bd29f89", "key_name": "prod-deploy-key" } } ] } ] }