{ "version": 4, "terraform_version": "1.7.0", "serial": 348, "lineage": "84f86fae-0e43-3a41-1d63-38c3a2663f7d", "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-7264f0caece6e984f", "ami": "ami-3bf5edc2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f64ac292"], "subnet_id": "subnet-3503ea90", "key_name": "prod-deploy-key" } } ] } ] }