{ "version": 4, "terraform_version": "1.7.9", "serial": 394, "lineage": "1641e33d-31c5-552c-c332-e6403ca84b42", "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-6426dc62700bfb87d", "ami": "ami-73a6a650", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-478e02d0"], "subnet_id": "subnet-8d2217c6", "key_name": "prod-deploy-key" } } ] } ] }