{ "version": 4, "terraform_version": "1.8.8", "serial": 377, "lineage": "0f742a77-3690-e2c4-3315-09efa4027fff", "outputs": { "db_endpoint": { "value": "db-1.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-b94e7dd1cc25f9eb0", "ami": "ami-8951c83f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-52d50a0f"], "subnet_id": "subnet-eb287fc0", "key_name": "prod-deploy-key" } } ] } ] }