{ "version": 4, "terraform_version": "1.5.3", "serial": 193, "lineage": "682b7848-f29c-79bb-ca80-9f4322f3fb40", "outputs": { "db_endpoint": { "value": "db-0.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-c3f0650fed34b7477", "ami": "ami-c0f122d0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d044b901"], "subnet_id": "subnet-57f7b2af", "key_name": "prod-deploy-key" } } ] } ] }