{ "version": 4, "terraform_version": "1.7.5", "serial": 225, "lineage": "bda69f66-d0dd-609d-c7cc-d8153af3a11f", "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-69ce068e67e924639", "ami": "ami-75022d95", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5653c3c7"], "subnet_id": "subnet-2b7e138d", "key_name": "prod-deploy-key" } } ] } ] }