{ "version": 4, "terraform_version": "1.7.1", "serial": 123, "lineage": "2a651e26-58b8-59f0-5ab2-523c79dbcd07", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.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-4ffec2724d01106f9", "ami": "ami-c8d7a608", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-398808ad"], "subnet_id": "subnet-d75f69c9", "key_name": "prod-deploy-key" } } ] } ] }