{ "version": 4, "terraform_version": "1.7.0", "serial": 442, "lineage": "c859fb23-ccc6-19a1-3187-83f11d5f5d15", "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-857a58253a0bd2044", "ami": "ami-9e5f7f11", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e5373be9"], "subnet_id": "subnet-96b33d05", "key_name": "prod-deploy-key" } } ] } ] }