{ "version": 4, "terraform_version": "1.8.2", "serial": 469, "lineage": "3c318fe4-0b00-aa18-65b7-327399a5bbd6", "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-6f3291021030a50e4", "ami": "ami-36afe86f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-96ce0e59"], "subnet_id": "subnet-6e7ee5df", "key_name": "prod-deploy-key" } } ] } ] }