{ "version": 4, "terraform_version": "1.5.9", "serial": 580, "lineage": "fe5d27a8-05c4-d3aa-865a-d50aff81803d", "outputs": { "db_endpoint": { "value": "db-3.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-31da10a41658438dc", "ami": "ami-a9e45122", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-60c738ef"], "subnet_id": "subnet-a74f310c", "key_name": "prod-deploy-key" } } ] } ] }