{ "version": 4, "terraform_version": "1.5.1", "serial": 322, "lineage": "35c9d522-9435-8817-37c3-96f3d0eaa615", "outputs": { "db_endpoint": { "value": "db-4.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-55cd92d2a8dea29d7", "ami": "ami-38b73b11", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a57498c2"], "subnet_id": "subnet-af10bd3b", "key_name": "prod-deploy-key" } } ] } ] }