{ "version": 4, "terraform_version": "1.8.5", "serial": 322, "lineage": "aa9e431d-c12c-b71a-23bc-364446ca13c6", "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-7a253724a3358e324", "ami": "ami-4306ef2c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3753a24a"], "subnet_id": "subnet-8aef5657", "key_name": "prod-deploy-key" } } ] } ] }