{ "version": 4, "terraform_version": "1.8.2", "serial": 335, "lineage": "7208ff51-7831-09d8-94ca-e6aa0d8c63a6", "outputs": { "db_endpoint": { "value": "db-1.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-796722ec2e2bb3371", "ami": "ami-01f6d621", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4ec3d5a3"], "subnet_id": "subnet-7083c596", "key_name": "prod-deploy-key" } } ] } ] }