{ "version": 4, "terraform_version": "1.7.3", "serial": 156, "lineage": "748137c9-6476-df80-bc0f-ae85ae6fb4f8", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-89081712d930a5d00", "ami": "ami-9449545d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d8ff068f"], "subnet_id": "subnet-4533d892", "key_name": "prod-deploy-key" } } ] } ] }