{ "version": 4, "terraform_version": "1.5.2", "serial": 294, "lineage": "404dea8e-993a-ce1e-e052-0a68450a7107", "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-bc45d740f48880ac9", "ami": "ami-a92b96c1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-74c5489b"], "subnet_id": "subnet-313d24cc", "key_name": "prod-deploy-key" } } ] } ] }