{ "version": 4, "terraform_version": "1.7.9", "serial": 592, "lineage": "021bb89d-4a33-5b15-0fd4-40ef6e3f6656", "outputs": { "db_endpoint": { "value": "db-4.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-617b6f42c2dce9597", "ami": "ami-02359880", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-097fdb91"], "subnet_id": "subnet-edad0463", "key_name": "prod-deploy-key" } } ] } ] }