{ "version": 4, "terraform_version": "1.8.8", "serial": 332, "lineage": "cdb2c3b7-806d-d4fc-e6d2-203ee90c8cc7", "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-dcc8b463251f47028", "ami": "ami-166acd6b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e5752688"], "subnet_id": "subnet-066b4c42", "key_name": "prod-deploy-key" } } ] } ] }