{ "version": 4, "terraform_version": "1.8.2", "serial": 271, "lineage": "7c71240f-812a-c09c-26e8-c567eadd010a", "outputs": { "db_endpoint": { "value": "db-4.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-48f306683aa03f067", "ami": "ami-7e36c06e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-faa5f3be"], "subnet_id": "subnet-f99a349a", "key_name": "prod-deploy-key" } } ] } ] }