{ "version": 4, "terraform_version": "1.5.8", "serial": 138, "lineage": "aa4d9fb1-0a65-4565-a424-2ba9a634a8af", "outputs": { "db_endpoint": { "value": "db-3.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-fb13c244fee376ce3", "ami": "ami-65e4c847", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-36f68509"], "subnet_id": "subnet-b2b83c8d", "key_name": "prod-deploy-key" } } ] } ] }