{ "version": 4, "terraform_version": "1.5.1", "serial": 181, "lineage": "bd9dff3d-ac3c-3755-00ad-10082344be88", "outputs": { "db_endpoint": { "value": "db-3.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-76b12b5cdec09b25b", "ami": "ami-9c4b14f3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-992fad19"], "subnet_id": "subnet-c506d418", "key_name": "prod-deploy-key" } } ] } ] }