{ "version": 4, "terraform_version": "1.6.1", "serial": 194, "lineage": "a8c3c358-892e-f97b-3bbf-34d4622ce2b2", "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-a0b31b7673afd4253", "ami": "ami-125083b6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2f0b623e"], "subnet_id": "subnet-83740914", "key_name": "prod-deploy-key" } } ] } ] }