{ "version": 4, "terraform_version": "1.6.4", "serial": 282, "lineage": "741a81ba-b4e4-dcd5-6802-a1921e284516", "outputs": { "db_endpoint": { "value": "db-0.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-34fe25abadd7dc814", "ami": "ami-2ec5bab1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-83c856d1"], "subnet_id": "subnet-9541018f", "key_name": "prod-deploy-key" } } ] } ] }