{ "version": 4, "terraform_version": "1.5.4", "serial": 553, "lineage": "52d62b23-5288-5b8c-3c75-615b81a5a111", "outputs": { "db_endpoint": { "value": "db-1.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-29284f4537eea2e35", "ami": "ami-b68c9f91", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-15631284"], "subnet_id": "subnet-9cb3df8d", "key_name": "prod-deploy-key" } } ] } ] }