{ "version": 4, "terraform_version": "1.7.0", "serial": 392, "lineage": "60768f73-951c-a814-f6d0-b8cb5599a3e6", "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-83817856df2bdb9b1", "ami": "ami-de22504a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f8d89231"], "subnet_id": "subnet-2872e31d", "key_name": "prod-deploy-key" } } ] } ] }